refactor: simplify jest config (#42136)
* refactor: bring api jest tests to root * refactor: pull client tests to root * fix: remove ancient curriculum babelrc * feat: run all jest tests at once * fix: remove unused babelrcRoot * chore: remove more jests
This commit is contained in:
committed by
GitHub
parent
8ba3b8c16c
commit
1c1d86922c
4776
tools/scripts/build/package-lock.json
generated
4776
tools/scripts/build/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,12 +18,8 @@
|
||||
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
||||
"author": "freeCodeCamp <team@freecodecamp.org>",
|
||||
"main": "none",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"debug": "4.3.1",
|
||||
"dotenv": "9.0.2",
|
||||
"jest": "26.6.3"
|
||||
"dotenv": "9.0.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user