Skip to content

Commit 2e31f31

Browse files
committed
Remove unwanted lines
1 parent 2c4565f commit 2e31f31

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/compiler/__tests__/__utils__/test-utils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ export function runTest(program: string, expectedLines: string[]) {
4343

4444
expect(actualLines).toStrictEqual(expectedLines);
4545
}
46-
47-
//describe("compiler's test utils", () => {
48-
// it("Prevent jest from complaining", () => { });
49-
//});

0 commit comments

Comments
 (0)