Skip to content

Commit ae8b2a3

Browse files
committed
Update testCoverage.test.ts
1 parent 4a31615 commit ae8b2a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/suite/testCoverage.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ suite("Test Coverage Unit Tests", () => {
3030

3131
test("buildJson", async () => {
3232
const parsedResult = await buildJson(workspace);
33-
assert.equal("", parsedResult);
33+
const test = readParameter("idf.includePath");
34+
assert.equal(test, parsedResult);
3435
})
3536
});

0 commit comments

Comments
 (0)