diff --git a/config/watcher.ts b/config/watcher.ts index 9b555d335..f974e4283 100644 --- a/config/watcher.ts +++ b/config/watcher.ts @@ -44,10 +44,6 @@ const config: Config = { paths: [], executor: new LongRunningExecutor("npm run docz -- dev"), }, - runJest: { - paths: [], - executor: new LongRunningExecutor("npm run test"), - }, }, defaultSet: "client", sets: { @@ -59,7 +55,7 @@ const config: Config = { "compileRelayStream", ], docz: ["runDocz", "compileCSSTypes"], - jest: ["runJest", "compileCSSTypes", "compileRelayStream"], + compile: ["compileCSSTypes", "compileRelayStream"], }, };