diff options
Diffstat (limited to 'test/setup.js')
-rw-r--r-- | test/setup.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/setup.js b/test/setup.js index a28247b..742c2c5 100644 --- a/test/setup.js +++ b/test/setup.js @@ -5,4 +5,8 @@ var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame || function(cb) { window.setTimeout(cb, 1000 / 60); }; -var DomBatch = dom.constructor;
\ No newline at end of file +// Make constructor +var DomBatch = dom.constructor; + +// Alias chai.assert +var assert = chai.assert;
\ No newline at end of file |