Skip to content

Commit e072fc0

Browse files
committed
fix: update snapshot to reflect export default in comment-with-template case
1 parent 94f0985 commit e072fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit-tests/config/__snapshots__/template-export-default.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const three = <template>{{if true "true"}}</template>;
297297
298298
exports[`config > templateExportDefault: true > it formats ../cases/gts/comment-with-template.gts 1`] = `
299299
"// A comment before template
300-
<template>
300+
export default <template>
301301
<div>hello</div>
302302
</template>
303303
"

0 commit comments

Comments
 (0)