Skip to content

Commit e0ff6bf

Browse files
committed
Revert "Testing if the test results are changing on CI"
This reverts commit 5b2a11d.
1 parent 7a8e562 commit e0ff6bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/suite/testCoverage.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ 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+
})
3136
});

0 commit comments

Comments
 (0)