Skip to content

Commit

Permalink
Testing if the test results are changing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
radurentea committed May 3, 2022
1 parent aca8f3c commit 5b2a11d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/suite/testCoverage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ suite("Test Coverage Unit Tests", () => {
assert.equal(JSON.stringify(example), JSON.stringify(pathsToFilter))
})

test("buildJson", async () => {
const parsedResult = await buildJson(workspace);
const test = readParameter("idf.includePath");
assert.equal(test, parsedResult);
})
});

0 comments on commit 5b2a11d

Please sign in to comment.