Skip to content

Commit e6467e5

Browse files
committed
added missing phantom namespace test
1 parent f25f6c5 commit e6467e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/decorators.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,10 @@ export class DecoratorTests {
4646
const lua = util.transpileFile("test/integration/testfiles/namespace.ts");
4747
this.ExpectEqualToFile(lua, "test/integration/testfiles/namespace-expected.lua");
4848
}
49+
50+
@Test("PhantomNamespace")
51+
public phantomNamespace() {
52+
const lua = util.transpileFile("test/integration/testfiles/namespacePhantom.ts");
53+
this.ExpectEqualToFile(lua, "test/integration/testfiles/namespacePhantom-expected.lua");
54+
}
4955
}

0 commit comments

Comments
 (0)