Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 8, 2024
1 parent 1156669 commit bf3ed1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
@@ -0,0 +1 @@
regeneratorRuntime.mark(function () {});
@@ -0,0 +1,11 @@
{
"plugins": [
"transform-regenerator",
[
"transform-runtime",
{ "moduleName": "@babel/runtime", "regenerator": false }
],
["babel-plugin-polyfill-corejs3", { "method": "usage-global" }],
["babel-plugin-polyfill-regenerator", { "method": "usage-global" }]
]
}
@@ -0,0 +1,2 @@
import "regenerator-runtime/runtime.js";
regeneratorRuntime.mark(function () {});
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"transform-regenerator",
["transform-runtime", { "moduleName": "@babel/runtime" }],
["babel-plugin-polyfill-corejs3", { "method": "usage-global" }],
["babel-plugin-polyfill-regenerator", { "method": "usage-global" }]
["babel-plugin-polyfill-corejs3", { "method": "usage-global" }]
]
}

0 comments on commit bf3ed1a

Please sign in to comment.