Skip to content

Commit bcd2396

Browse files
authored
Update GtsFileTest.kt
1 parent 364620c commit bcd2396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/emberjs/gts/GtsFileTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class GtsFileTest : BasePlatformTestCase() {
101101
{{other}}
102102
</template>
103103
""".trimIndent()
104-
myFixture.addFileToProject("other-component.ts", otherGts)
104+
myFixture.addFileToProject("other-component.js", otherGts)
105105
myFixture.addFileToProject("main.gts", gts)
106106
myFixture.configureByFile("main.gts")
107107
myFixture.enableInspections(ES6UnusedImportsInspection(), JSUnusedLocalSymbolsInspection(), JSUnusedGlobalSymbolsInspection())

0 commit comments

Comments
 (0)