Skip to content

Commit c8baadf

Browse files
Updated unit test.
1 parent 99ea3ca commit c8baadf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/unittests/transpile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ var x = 0;`,
256256
` ], MyClass);\n` +
257257
` return MyClass;\n` +
258258
` var _a;\n` +
259-
`})();\n` +
259+
`}());\n` +
260260
`exports.MyClass = MyClass;\n`;
261261

262262
test(input,

0 commit comments

Comments
 (0)