Skip to content

Commit e9465da

Browse files
authored
Fix tests
1 parent 5fba6fc commit e9465da

File tree

4 files changed

+9417
-6638
lines changed

4 files changed

+9417
-6638
lines changed

babel.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
node: 'current'
8+
}
9+
}
10+
]
11+
]
12+
};

0 commit comments

Comments
 (0)