Skip to content

Commit ca5197c

Browse files
committed
fix(test): fix tests by disabling babel built ins
1 parent 9d5d488 commit ca5197c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.babelrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"targets": {
99
"chrome": "63"
1010
},
11-
"corejs": "3.1.4",
12-
"useBuiltIns": "usage"
11+
"useBuiltIns": false
1312
}
1413
]
1514
],
@@ -25,8 +24,7 @@
2524
"targets": {
2625
"chrome": "63"
2726
},
28-
"corejs": "3.1.4",
29-
"useBuiltIns": "usage"
27+
"useBuiltIns": false
3028
}
3129
]
3230
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@commitlint/cli": "12.0.1",
4343
"@commitlint/config-conventional": "12.0.1",
4444
"@types/mocha": "8.2.2",
45+
"mocha": "9.0.1",
4546
"babel-eslint": "10.1.0",
4647
"babel-plugin-istanbul": "6.0.0",
4748
"babel-preset-minify": "0.5.1",

0 commit comments

Comments
 (0)