Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix intermittent errors when running tests #4

Closed
asmblah opened this issue Jan 30, 2014 · 2 comments
Closed

Fix intermittent errors when running tests #4

asmblah opened this issue Jan 30, 2014 · 2 comments

Comments

@asmblah
Copy link
Owner

asmblah commented Jan 30, 2014

node tests/bdd/index.js --grep 'equality operator'

fs.js:679
  return binding.lstat(pathModule._makeLong(path));
                 ^
Error: ENOENT, no such file or directory '/Library/WebServer/Documents/localhost/uniter/tests/bdd/languages'
    at Object.fs.lstatSync (fs.js:679:18)
    at Object.realpathSync (fs.js:1265:21)
    at modular.configure.transport (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:57:31)
    at Module.util.extend.load (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:363:56)
    at Module.eval (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:277:40)
    at Object.util.each (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:44:38)
    at loadDependencies (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:276:30)
    at eval (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:340:29)
    at Funnel.util.extend.done (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:122:25)
    at resolveDependencies (eval at <anonymous> (/Library/WebServer/Documents/localhost/uniter/node_modules/modular-amd/index.js:23:25), <anonymous>:338:32)
@asmblah
Copy link
Owner Author

asmblah commented Nov 9, 2014

This should be fixed by the move to RequireJS.

@asmblah
Copy link
Owner Author

asmblah commented Nov 9, 2014

Merged in RequireJS changes in #17.

@asmblah asmblah closed this as completed Nov 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant