Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 8, 2022
1 parent 5fba6fc commit e9465da
Show file tree
Hide file tree
Showing 4 changed files with 9,417 additions and 6,638 deletions.
12 changes: 12 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current'
}
}
]
]
};
Loading

0 comments on commit e9465da

Please sign in to comment.