Skip to content

Commit b6e367a

Browse files
tests: upgrade dependencies and simplify commands
1 parent 0a2d8de commit b6e367a

File tree

4 files changed

+410
-313
lines changed

4 files changed

+410
-313
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"presets": ["@babel/preset-env"],
33
"plugins": [
44
[
5-
"babel-plugin-transform-builtin-extend",
6-
{ "globals": ["Error"] }
5+
"@babel/plugin-transform-runtime"
76
]
87
]
98
}

.mocharc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"timeout": 60000,
3+
"require": "@babel/register"
4+
}

0 commit comments

Comments
 (0)