Skip to content

Commit 30650b5

Browse files
committed
Failing test: implied export default with satisfies
1 parent b3a0f2b commit 30650b5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
2+
3+
<template>
4+
what
5+
</template> satisfies TemplateOnlyComponent;

0 commit comments

Comments
 (0)