Skip to content

Commit

Permalink
tests: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Oct 8, 2024
1 parent b836cb8 commit 3f64e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarinet-sdk/node/tests/reports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("simnet can get code coverage", () => {
expect(reports.coverage.length).toBe(0);
});

it.only("reports coverage if enabled", async () => {
it("reports coverage if enabled", async () => {
const simnet = await initSimnet("tests/fixtures/Clarinet.toml", true, {
trackCoverage: true,
trackCosts: false,
Expand Down

0 comments on commit 3f64e6a

Please sign in to comment.