X-Git-Url: https://git.yukkurigames.com/?p=string-lerp.git;a=blobdiff_plain;f=tests%2Fstring-lerp.js;h=535f1f784bba2a2c81a4b9e515abcc0acc1ca986;hp=04fc4445eb3dc2b4dcfeac7a1b25e8bd9eebdf81;hb=HEAD;hpb=4c3e2d57468012099df78961480fc9634cca9829 diff --git a/tests/string-lerp.js b/tests/string-lerp.js index 04fc444..535f1f7 100644 --- a/tests/string-lerp.js +++ b/tests/string-lerp.js @@ -1,3 +1,6 @@ +/*global require, it, assert, assertEqual, assertNot */ +/*jshint -W085 */ // "Don't use 'with'." + var JS = this.JS || require('jstest'); var stringLerp = require('../string-lerp');