Skip to content

Commit

Permalink
Add wdio
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Mar 31, 2024
1 parent 9454854 commit dcf98e5
Show file tree
Hide file tree
Showing 5 changed files with 10,113 additions and 3,272 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": 18
}
}
]
]
}
Loading

0 comments on commit dcf98e5

Please sign in to comment.