Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Nov 18, 2021
1 parent 5cfd98b commit 6d2159a
Show file tree
Hide file tree
Showing 3 changed files with 3,031 additions and 196 deletions.
6 changes: 6 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-react",
],
};
Loading

1 comment on commit 6d2159a

@vercel
Copy link

@vercel vercel bot commented on 6d2159a Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.