Skip to content

Commit

Permalink
abc imports in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flaurida committed Mar 5, 2020
1 parent ef3b1be commit 4abe543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.ts
Expand Up @@ -2,8 +2,8 @@ import program from 'commander';
import { yellow } from 'kleur';
import { addCiCommands } from 'playwright-ci';
import { howl } from './howl';
import { saveTemplate } from './saveTemplate';
import { runJest } from './runJest';
import { saveTemplate } from './saveTemplate';
import { BrowserName } from '../types';
import { omitArgs, parseUrl } from './utils';

Expand Down

0 comments on commit 4abe543

Please sign in to comment.