Skip to content

Commit

Permalink
Update fixtures (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 16, 2022
1 parent 83de4f1 commit 77b2176
Showing 1 changed file with 4 additions and 12 deletions.
Expand Up @@ -5,12 +5,8 @@ function test() {
}

function _test() {
_test = _asyncToGenerator( /*#__PURE__*/function () {
return regeneratorRuntime;
}().mark(function _callee() {
return function () {
return regeneratorRuntime;
}().wrap(function _callee$(_context) {
_test = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
return regeneratorRuntime.wrap(function _callee$(_context) {
while (1) {
switch (_context.prev = _context.next) {
case 0:
Expand All @@ -31,12 +27,8 @@ function main() {
}

function _main() {
_main = _asyncToGenerator( /*#__PURE__*/function () {
return regeneratorRuntime;
}().mark(function _callee2() {
return function () {
return regeneratorRuntime;
}().wrap(function _callee2$(_context2) {
_main = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
return regeneratorRuntime.wrap(function _callee2$(_context2) {
while (1) {
switch (_context2.prev = _context2.next) {
case 0:
Expand Down

0 comments on commit 77b2176

Please sign in to comment.