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 f25f6c5 commit e6467e5Copy full SHA for e6467e5
test/integration/decorators.spec.ts
@@ -46,4 +46,10 @@ export class DecoratorTests {
46
const lua = util.transpileFile("test/integration/testfiles/namespace.ts");
47
this.ExpectEqualToFile(lua, "test/integration/testfiles/namespace-expected.lua");
48
}
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
+ }
55
0 commit comments