diff --git a/lib/commands/convert-mocha-tests-to-async-await.js b/lib/commands/convert-tests-to-async-await.js similarity index 100% rename from lib/commands/convert-mocha-tests-to-async-await.js rename to lib/commands/convert-tests-to-async-await.js diff --git a/lib/commands/index.js b/lib/commands/index.js index 4cd08db..1ab4e0a 100644 --- a/lib/commands/index.js +++ b/lib/commands/index.js @@ -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') };