diff options
Diffstat (limited to 'test/fixtures/cycles/folder/foo.js')
-rw-r--r-- | test/fixtures/cycles/folder/foo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/cycles/folder/foo.js b/test/fixtures/cycles/folder/foo.js index 3763a11875..268a6130ff 100644 --- a/test/fixtures/cycles/folder/foo.js +++ b/test/fixtures/cycles/folder/foo.js @@ -3,4 +3,4 @@ var root = require("./../root"); exports.hello = function () { return root.calledFromFoo(); -};
\ No newline at end of file +}; |