fix: run all tests (#62111)

This commit is contained in:
Oliver Eyton-Williams
2025-09-09 19:51:53 +02:00
committed by GitHub
parent ed116264e4
commit dbb51259fa
+1 -1
View File
@@ -69,7 +69,7 @@
"serve:client": "cd ./client && pnpm run serve",
"serve:client-ci": "cd ./client && pnpm run serve-ci",
"start": "npm-run-all create:shared -p develop:server serve:client",
"test": "NODE_OPTIONS='--max-old-space-size=7168' run-s create:shared build:curriculum build-workers test:*",
"test": "NODE_OPTIONS='--max-old-space-size=7168' run-s create:shared build:curriculum build-workers test:**",
"test:source": "jest",
"test:api": "cd api && pnpm test",
"test:tools:challenge-helper-scripts": "cd ./tools/challenge-helper-scripts && pnpm test run",