Skip to content

Commit 3686e55

Browse files
chore: simplified Jest & babel config
1 parent 5955bc5 commit 3686e55

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: babel.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
module.exports = {
22
presets: [["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript"],
3-
plugins: [
4-
"@babel/plugin-proposal-nullish-coalescing-operator",
5-
"@babel/plugin-proposal-optional-chaining",
6-
],
73
};

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"prettier": "prettier \"./src/*.{js,json,ts,xml,yaml}\" \"./src/**/*.{js,json,ts,xml,yaml}\" --ignore-path .prettierignore",
7272
"prettier:write": "npm run prettier -- --write",
7373
"test": "jest",
74-
"test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --coverage --maxWorkers=2",
74+
"test:ci": "jest --coverage --maxWorkers=2",
7575
"tsc": "tsc"
7676
},
7777
"version": "2.10.1"

0 commit comments

Comments
 (0)