Skip to content

Commit 4f74fed

Browse files
author
Alberto
committed
add test structure
1 parent 5ea34f7 commit 4f74fed

File tree

10 files changed

+5499
-27
lines changed

10 files changed

+5499
-27
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)