Skip to content

Commit d8cdc9b

Browse files
author
Kelly Selden
committed
add ember-test-helpers-codemod
1 parent d39d130 commit d8cdc9b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"nodeVersion": "4.0.0",
1212
"commands": ["jscodeshift -t https://rawgit.com/rwjblue/ember-qunit-codemod/master/ember-qunit-codemod.js ./tests/"]
1313
},
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+
},
1423
"es5-getter-ember-codemod": {
1524
"version": "3.1.0-beta.1",
1625
"projectTypes": ["app", "addon"],

0 commit comments

Comments
 (0)