diff --git a/commands/MakeTest.js b/commands/MakeTest.js index b28d6b8..ec8d120 100644 --- a/commands/MakeTest.js +++ b/commands/MakeTest.js @@ -82,7 +82,7 @@ class MakeTest extends Command { * defined */ if (!unit && !functional) { - type = await this.chioce('Select the type of test to create', [ + type = await this.choice('Select the type of test to create', [ { name: 'Unit test', value: 'unit'