mirror of
https://github.com/youzan/vant.git
synced 2026-05-06 01:00:26 +08:00
feat(vant-cli): support jest options (#9039)
This commit is contained in:
@@ -15,6 +15,10 @@ export function test(command: any) {
|
||||
watch: command.watch,
|
||||
config: JEST_CONFIG_FILE,
|
||||
clearCache: command.clearCache,
|
||||
changedSince: command.changedSince,
|
||||
logHeapUsage: command.logHeapUsage,
|
||||
runInBand: command.runInBand,
|
||||
debug: command.debug,
|
||||
// make jest tests faster
|
||||
// see: https://ivantanev.com/make-jest-faster/
|
||||
maxWorkers: '50%',
|
||||
|
||||
Reference in New Issue
Block a user