Skip to content

Commit

Permalink
fix coffee test
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Feb 7, 2018
1 parent e834be6 commit 81c2941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple.js
Expand Up @@ -10,7 +10,7 @@ assert.deepEqual(requireDir('./simple'), {
// now register CoffeeScript and do it again:
// note that CoffeeScript shouldn't be used by any other tests! we can't rely
// on ordering of tests, and require.extensions and require.cache are global.
require('coffee-script');
require('coffee-script/register');
assert.deepEqual(requireDir('./simple'), {
a: 'a',
b: 'b',
Expand Down

0 comments on commit 81c2941

Please sign in to comment.