mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: migrate challenge parser tests to vitest (#62186)
This commit is contained in:
committed by
GitHub
parent
2590c1c820
commit
28411a2cec
@@ -19,7 +19,7 @@
|
||||
"author": "freeCodeCamp <team@freecodecamp.org>",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"hast-util-to-html": "7.1.3",
|
||||
@@ -54,6 +54,7 @@
|
||||
"unist-util-visit-children": "1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"unist-util-select": "3.0.4"
|
||||
"unist-util-select": "3.0.4",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user