Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 11, 2023
1 parent 4aeca1c commit f46f3e1
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/babel-preset-env/test/regressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("regressions", () => {
expect(consoleWarn).toHaveBeenCalled();

expect(out.code).toMatchInlineSnapshot(`
"function _checkInRHS(value) { if (Object(value) !== value) throw TypeError(\\"right-hand side of 'in' should be an object, got \\" + (null !== value ? typeof value : \\"null\\")); return value; }
"function _checkInRHS(e) { if (Object(e) !== e) throw TypeError(\\"right-hand side of 'in' should be an object, got \\" + (null !== e ? typeof e : \\"null\\")); return e; }
var _aBrandCheck = /*#__PURE__*/new WeakSet();
class A {
#a = void _aBrandCheck.add(this);
Expand Down

0 comments on commit f46f3e1

Please sign in to comment.