Skip to content

Commit 81c2941

Browse files
author
Contra
committed
fix coffee test
1 parent e834be6 commit 81c2941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assert.deepEqual(requireDir('./simple'), {
1010
// now register CoffeeScript and do it again:
1111
// note that CoffeeScript shouldn't be used by any other tests! we can't rely
1212
// on ordering of tests, and require.extensions and require.cache are global.
13-
require('coffee-script');
13+
require('coffee-script/register');
1414
assert.deepEqual(requireDir('./simple'), {
1515
a: 'a',
1616
b: 'b',

0 commit comments

Comments
 (0)