Skip to content

Commit 2ae59f0

Browse files
authored
Merge pull request #436 from ember-tooling/fix-template-export-default-test
fix: update snapshot to reflect export default in comment-with-template case
2 parents 94f0985 + e072fc0 commit 2ae59f0

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)