Skip to content

Commit 36b92d0

Browse files
committed
fix: update tests to support node 12
1 parent c612ce2 commit 36b92d0

File tree

4 files changed

+14130
-11955
lines changed

4 files changed

+14130
-11955
lines changed

babel.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This is just for jest
2+
module.exports = {
3+
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
4+
}

0 commit comments

Comments
 (0)