More technically accurate test case.
[string-lerp.git] / tests / string-lerp.js
index 04fc4445eb3dc2b4dcfeac7a1b25e8bd9eebdf81..535f1f784bba2a2c81a4b9e515abcc0acc1ca986 100644 (file)
@@ -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');