diff options
Diffstat (limited to 'src/commands/dev/test.ts')
-rw-r--r-- | src/commands/dev/test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/dev/test.ts b/src/commands/dev/test.ts index aa421cd..bb0807b 100644 --- a/src/commands/dev/test.ts +++ b/src/commands/dev/test.ts @@ -29,7 +29,6 @@ export default class TestCommand extends BushCommand { }); } - // eslint-disable-next-line require-await public override async exec(message: BushMessage, args: { feature: string }): Promise<unknown> { const responses = [ 'Yes master.', |