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

Can't generate acceptance tests #5164

Closed
asermax opened this issue Nov 26, 2015 · 1 comment
Closed

Can't generate acceptance tests #5164

asermax opened this issue Nov 26, 2015 · 1 comment

Comments

@asermax
Copy link

asermax commented Nov 26, 2015

Aparrently the accpetance test blueprint still tries to import a module that isn't on the codebase anymore:

kiira@kiira-lap .../frontend (git)-[feature/activity-stream] % ember g acceptance-test super-test

version: 1.13.13
Cannot find module 'ember-cli/lib/utilities/test-info'
Error: Cannot find module 'ember-cli/lib/utilities/test-info'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:289:25)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (.../frontend/blueprints/acceptance-test/index.js:3:16)
    at Module._compile (module.js:425:26)
    at Object.Module._extensions..js (module.js:432:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Module.require (module.js:366:17)
@asermax
Copy link
Author

asermax commented Nov 26, 2015

Sorry, after some digging I found out it was a problem in a custom blueprint, false alarm :>

@asermax asermax closed this as completed Nov 26, 2015
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