mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): s/jest/vitest/g (#61863)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fed489f092
commit
45c098d506
+1
-1
@@ -71,7 +71,7 @@
|
||||
"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:source": "jest",
|
||||
"test:api": "cd api && jest --force-exit",
|
||||
"test:api": "cd api && pnpm test",
|
||||
"test:curriculum": "cd ./curriculum && pnpm test",
|
||||
"test-curriculum-full-output": "cd ./curriculum && pnpm run test:full-output",
|
||||
"test-client": "jest client",
|
||||
|
||||
Reference in New Issue
Block a user