Skip to content

Commit be00cf5

Browse files
authored
Update ember-test-helpers-codemod invocation
Update to slightly different CLI params introduced by ember-codemods/ember-test-helpers-codemod#28.
1 parent 4804e89 commit be00cf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"projectTypes": ["app", "addon"],
1717
"nodeVersion": "6.0.0",
1818
"commands": [
19-
"ember-test-helpers-codemod --type=integration tests/integration",
20-
"ember-test-helpers-codemod --type=acceptance tests/acceptance"
19+
"ember-test-helpers-codemod integration tests/integration",
20+
"ember-test-helpers-codemod acceptance tests/acceptance"
2121
]
2222
},
2323
"es5-getter-ember-codemod": {

0 commit comments

Comments
 (0)