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 2c4565f commit 2e31f31Copy full SHA for 2e31f31
src/compiler/__tests__/__utils__/test-utils.ts
@@ -43,7 +43,3 @@ export function runTest(program: string, expectedLines: string[]) {
43
44
expect(actualLines).toStrictEqual(expectedLines);
45
}
46
-
47
-//describe("compiler's test utils", () => {
48
-// it("Prevent jest from complaining", () => { });
49
-//});
0 commit comments