We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e834be6 commit 81c2941Copy full SHA for 81c2941
test/simple.js
@@ -10,7 +10,7 @@ assert.deepEqual(requireDir('./simple'), {
10
// now register CoffeeScript and do it again:
11
// note that CoffeeScript shouldn't be used by any other tests! we can't rely
12
// on ordering of tests, and require.extensions and require.cache are global.
13
-require('coffee-script');
+require('coffee-script/register');
14
assert.deepEqual(requireDir('./simple'), {
15
a: 'a',
16
b: 'b',
0 commit comments