Skip to content

Commit

Permalink
Fix unit tests to work witch coffee-script 1.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksimek committed Apr 1, 2014
1 parent 6758208 commit 64fa6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests-unit
@@ -1,6 +1,7 @@
#!/bin/sh

node_modules/nodeunit/bin/nodeunit \
test/unit/_.js \
test/unit/ \
test/unit/token/ \
test/unit/tracking-buffer
1 change: 1 addition & 0 deletions test/unit/_.js
@@ -0,0 +1 @@
require('coffee-script/register');

0 comments on commit 64fa6a7

Please sign in to comment.