Skip to content

Commit 6cccb21

Browse files
author
Maarten van Sambeek
committed
Updated babel snapshot.
1 parent 32dd907 commit 6cccb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/transformers/babel.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ describe('transformer - babel', () => {
2727
});
2828
const preprocessed = await preprocess(template, opts);
2929
expect(preprocessed.code).toMatchInlineSnapshot(`
30-
"<script>var _ref;
30+
"<script>var _foo$b;
3131
3232
var foo = {};
3333
34-
$: bar = (_ref = foo == null ? void 0 : foo.b) != null ? _ref : 120;</script>"
34+
$: bar = (_foo$b = foo == null ? void 0 : foo.b) != null ? _foo$b : 120;</script>"
3535
`);
3636
});
3737
});

0 commit comments

Comments
 (0)