chore: remove ununsed jest config

This commit is contained in:
陈嘉涵
2019-11-21 14:57:26 +08:00
parent 35581f1bfa
commit d1e55e82a3
4 changed files with 1 additions and 22 deletions

View File

@@ -2,8 +2,8 @@
import { command, parse } from 'commander';
import { dev } from './commands/dev';
import { test } from './commands/test';
import { lint } from './commands/lint';
import { test } from './commands/jest';
import { clean } from './commands/clean';
import { build } from './commands/build';
import { release } from './commands/release';