diff --git a/packages/e2e-test/src/commands/index.ts b/packages/e2e-test/src/commands/index.ts index 4a7cb7272b..95d311427c 100644 --- a/packages/e2e-test/src/commands/index.ts +++ b/packages/e2e-test/src/commands/index.ts @@ -15,7 +15,7 @@ */ import { Command } from 'commander'; -import { run, create } from './run'; +import { run } from './run'; export function registerCommands(program: Command) { program.command('run').description('Run e2e tests').action(run);