From b1a7cdb78f3731ca29f876dd7f486a61d9ff9783 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 13 Jul 2018 16:21:31 -0300 Subject: [PATCH] Add jest set --- config/watcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/config/watcher.ts b/config/watcher.ts index 871b5ca73..9b555d335 100644 --- a/config/watcher.ts +++ b/config/watcher.ts @@ -59,6 +59,7 @@ const config: Config = { "compileRelayStream", ], docz: ["runDocz", "compileCSSTypes"], + jest: ["runJest", "compileCSSTypes", "compileRelayStream"], }, };