Skip to content

Commit

Permalink
add unit test for issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Feb 11, 2020
1 parent 2092239 commit 9aa7640
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 20 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
}
87 changes: 80 additions & 7 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/index.js": "/index.js?id=bcad8588b1d098fa921e",
"/index.js.map": "/index.js.map?id=3bc4c4b2b3ee2bfef5e3"
"/index.js": "/index.js?id=a83f1b8668aeab3bd88b",
"/index.js.map": "/index.js.map?id=055750cd2dc32c06f801"
}
Loading

0 comments on commit 9aa7640

Please sign in to comment.