mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
test(test): migrate from Mocha to Vitest (#62085)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
+2
-2
@@ -75,9 +75,9 @@
|
||||
"test:tools:challenge-helper-scripts": "cd ./tools/challenge-helper-scripts && pnpm test run",
|
||||
"test:tools:scripts-build": "cd ./tools/scripts/build && pnpm test run",
|
||||
"test:tools:challenge-parser": "cd ./tools/challenge-parser && pnpm test run",
|
||||
"test:curriculum:content": "cd ./curriculum && pnpm test",
|
||||
"test:curriculum:content": "cd ./curriculum && pnpm test run",
|
||||
"test:curriculum:tooling": "cd ./curriculum && pnpm vitest run",
|
||||
"test-curriculum-full-output": "cd ./curriculum && pnpm run test:full-output",
|
||||
"test-curriculum-full-output": "cd ./curriculum && pnpm run test:full-output run",
|
||||
"test:client": "cd ./client && pnpm test run",
|
||||
"test-config": "jest config",
|
||||
"test-tools": "jest tools",
|
||||
|
||||
Reference in New Issue
Block a user