diff --git a/autobahn/autobahn-tests.ts b/autobahn/autobahn-tests.ts index ee9c41b3e..5cdc4f95c 100644 --- a/autobahn/autobahn-tests.ts +++ b/autobahn/autobahn-tests.ts @@ -1,5 +1,7 @@ /// +import autobahn = require("autobahn"); + class MyClass { add2Count: number = 0; session: autobahn.Session; @@ -44,4 +46,4 @@ function test_client() { }; connection.open(); -} \ No newline at end of file +}