开发:限制jest占用cpu

pull/2948/head
ChenX 2 months ago
parent 296377fc4a
commit 999e466a4e

@ -19,7 +19,7 @@
"copyue4": "ts-node ./utils/copy_ue4_files.ts",
"copyapi": "ts-node ./utils/copy_api_files.ts",
"core": "ts-node ./utils/GenEntityExp.ts",
"test": "jest",
"test": "jest --maxWorkers=50%",
"testu": "jest -u",
"testw": "jest --watchAll",
"postinstall": "ts-node ./utils/copy_type.ts",

Loading…
Cancel
Save