Skip to content

Commit 7a8e562

Browse files
committed
Testing if the test results are changing on CI
1 parent 190b511 commit 7a8e562

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/suite/testCoverage.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ suite("Test Coverage Unit Tests", () => {
2828
assert.equal(JSON.stringify(example), JSON.stringify(pathsToFilter))
2929
})
3030

31-
test("buildJson", async () => {
32-
const parsedResult = await buildJson(workspace);
33-
const test = readParameter("idf.includePath");
34-
assert.equal(test, parsedResult);
35-
})
3631
});

0 commit comments

Comments
 (0)