Skip to content

Commit 1c1d869

Browse files
refactor: simplify jest config (freeCodeCamp#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
1 parent 8ba3b8c commit 1c1d869

21 files changed

+8632
-30061
lines changed

api-server/.babelrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{"targets": {
6+
"node": 10
7+
}}
8+
]
9+
],
10+
"plugins": [
11+
"babel-plugin-transform-function-bind",
12+
"@babel/plugin-proposal-class-properties",
13+
"@babel/plugin-proposal-object-rest-spread",
14+
"@babel/plugin-proposal-optional-chaining"
15+
]
16+
}

api-server/.babelrc.js

-18
This file was deleted.

api-server/jest.config.js

-20
This file was deleted.

0 commit comments

Comments
 (0)