-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Move blueprint-test to node-tests folder #4
Comments
Fixes #4 move tests to node-tests folder
Reopened for the last item on the checklist (moving the files around in ember-cli-legacy-blueprints). |
Working on that now. Thanks for reopening. |
I have one more change, the blueprint tests were being generated in |
@rwjblue One thing I've found a bit annoying is blueprints with |
LOL, that is kinda funny, but I think in its own way it makes sense... |
@trabus I think since the test blueprints are also tested by the main blueprints we can just move the test blueprint tests into the main blueprint tests file. |
closing this in favor of ember-cli/ember-cli-legacy-blueprints#2 |
To go with a more consistent structure for the tests, we should move the generated
blueprint-nodetest.js
in the blueprint-test blueprint to thenode-tests
folder.node-tests
folder in blueprint-test blueprint filesblueprint-nodetest.js
to[blueprintname]-test.js
.npmignore
to ignorenode-tests
foldernode-tests
folder instead of looking for-nodetest
ember-cli-legacy-blueprints
to node-tests
folderThe text was updated successfully, but these errors were encountered: