Skip to content

Commit 9dc124b

Browse files
committed
ug
1 parent f95c709 commit 9dc124b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/migrate

1 file changed

+1
-1
lines changed

packages/svelte/tests/migrate/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { test, run } = suite<ParserTest>(async (config, cwd) => {
1212
.replace(/\s+$/, '')
1313
.replace(/\r/g, '');
1414

15-
const actual = migrate(input);
15+
const actual = migrate(input).code;
1616

1717
// run `UPDATE_SNAPSHOTS=true pnpm test migrate` to update parser tests
1818
if (process.env.UPDATE_SNAPSHOTS || !fs.existsSync(`${cwd}/output.svelte`)) {

0 commit comments

Comments
 (0)