Skip to content

Commit

Permalink
fix: incorrect require of new test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Jun 28, 2017
1 parent 70acda7 commit da80ebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = {
'watson:remove-ember-k': require('./remove-ember-k'),
'watson:replace-needs-with-injection': require('./replace-needs-with-injection'),
'watson:remove-ember-data-is-new-serializer-api': require('./remove-ember-data-is-new-serializer-api'),
'watson:convert-mocha-tests-to-async-await': require('./convert-tests-to-async-await')
'watson:convert-tests-to-async-await': require('./convert-tests-to-async-await')
};

0 comments on commit da80ebe

Please sign in to comment.