We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d39d130 + d8cdc9b commit 4d6ccdeCopy full SHA for 4d6ccde
1 file changed
manifest.json
@@ -11,6 +11,15 @@
11
"nodeVersion": "4.0.0",
12
"commands": ["jscodeshift -t https://rawgit.com/rwjblue/ember-qunit-codemod/master/ember-qunit-codemod.js ./tests/"]
13
},
14
+ "ember-test-helpers-codemod": {
15
+ "version": "3.0.0-beta.1",
16
+ "projectTypes": ["app", "addon"],
17
+ "nodeVersion": "6.0.0",
18
+ "commands": [
19
+ "ember-test-helpers-codemod --type=integration tests/integration",
20
+ "ember-test-helpers-codemod --type=acceptance tests/acceptance"
21
+ ]
22
+ },
23
"es5-getter-ember-codemod": {
24
"version": "3.1.0-beta.1",
25
"projectTypes": ["app", "addon"],
0 commit comments