We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364620c commit bcd2396Copy full SHA for bcd2396
src/test/kotlin/com/emberjs/gts/GtsFileTest.kt
@@ -101,7 +101,7 @@ class GtsFileTest : BasePlatformTestCase() {
101
{{other}}
102
</template>
103
""".trimIndent()
104
- myFixture.addFileToProject("other-component.ts", otherGts)
+ myFixture.addFileToProject("other-component.js", otherGts)
105
myFixture.addFileToProject("main.gts", gts)
106
myFixture.configureByFile("main.gts")
107
myFixture.enableInspections(ES6UnusedImportsInspection(), JSUnusedLocalSymbolsInspection(), JSUnusedGlobalSymbolsInspection())
0 commit comments