Skip to content

Commit

Permalink
Update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSodaSea committed Dec 19, 2022
1 parent 814bf88 commit 1fbad4e
Showing 1 changed file with 6 additions and 4 deletions.
@@ -1,7 +1,9 @@
define(["require"], function (_require) {
new Promise(function (_resolve, _reject) {
return _require(["foo"], function (imported) {
return _resolve(babelHelpers.interopRequireWildcard(imported));
}, _reject);
Promise.resolve().then(function () {
return new Promise(function (_resolve, _reject) {
return _require(["foo"], function (imported) {
return _resolve(babelHelpers.interopRequireWildcard(imported));
}, _reject);
});
});
});

0 comments on commit 1fbad4e

Please sign in to comment.