Remove jest from watcher config, as it doesnt run well inside

This commit is contained in:
Chi Vinh Le
2018-07-13 16:23:36 -03:00
parent b1a7cdb78f
commit b6305bec16
+1 -5
View File
@@ -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"],
},
};