cli/commands/test: rename to testCommand to avoid jest picking it up

This commit is contained in:
Patrik Oldsberg
2020-03-09 09:57:51 +01:00
parent 4127cdbed3
commit d45d072120
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import watch from './commands/watch-deps';
import pluginBuild from './commands/plugin/build';
import pluginLint from './commands/plugin/lint';
import pluginServe from './commands/plugin/serve';
import pluginTest from './commands/plugin/test';
import pluginTest from './commands/plugin/testCommand';
process.on('unhandledRejection', err => {
throw err;