X-Git-Url: https://git.yukkurigames.com/?p=string-lerp.git;a=blobdiff_plain;f=tests%2Fstring-lerp.js;h=535f1f784bba2a2c81a4b9e515abcc0acc1ca986;hp=04fc4445eb3dc2b4dcfeac7a1b25e8bd9eebdf81;hb=c66da5a020f5a229bc944b08e682636d1b3ecb98;hpb=c94dec1af72801e7e46c2e8fed3f09667f41d8e1 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');