refactor: various workspaces to vitest (#62058)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2025-09-08 11:35:38 +02:00
committed by GitHub
parent ab3bab0967
commit ab9ec31a04
23 changed files with 342 additions and 174 deletions
@@ -2,6 +2,7 @@ import path from 'path';
import fs, { readFileSync } from 'fs';
import readdirp from 'readdirp';
import { describe, test, expect } from 'vitest';
import {
SuperBlocks,
@@ -2,6 +2,7 @@ import path from 'path';
import fs, { readFileSync } from 'fs';
import readdirp from 'readdirp';
import { describe, test, expect } from 'vitest';
import {
chapterBasedSuperBlocks,
+6 -3
View File
@@ -18,11 +18,14 @@
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "none",
"scripts": {
"test": "vitest"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.0",
"@types/chai": "^4.3.16",
"chai": "4.4.1",
"@vitest/ui": "^3.2.4",
"joi": "17.12.2",
"readdirp": "3.6.0"
"readdirp": "3.6.0",
"vitest": "^3.2.4"
}
}