feat: use turbo to orchestrate tests (#65351)

This commit is contained in:
Oliver Eyton-Williams
2026-01-21 05:47:06 +01:00
committed by GitHub
parent f81448bfe8
commit 631a679b8f
9 changed files with 29 additions and 20 deletions
+3 -1
View File
@@ -16,7 +16,9 @@
"author": "freeCodeCamp <team@freecodecamp.org>",
"scripts": {
"lint": "eslint --max-warnings 0",
"test": "vitest"
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@freecodecamp/eslint-config": "workspace:*",