Skip to content

Commit

Permalink
test: update fixtures fixed in babel#12110
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 25, 2020
1 parent 929812c commit c50c767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@ System.register([], function (_export, _context) {
var foo, bar;

_export({
foo: void 0,
defaultExports: void 0,
bar: void 0
});

Expand Down
Expand Up @@ -4,7 +4,7 @@ System.register([], function (_export, _context) {
var foo, bar;

_export({
foo: void 0,
"default exports": void 0,
bar: void 0
});

Expand Down

0 comments on commit c50c767

Please sign in to comment.