mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Remove jest from watcher config, as it doesnt run well inside
This commit is contained in:
+1
-5
@@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user