Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Naulleau committed Dec 24, 2024
1 parent 180df41 commit 9336090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe("Report Overview Component - Summary use cases", () => {
});

describe("when there is a report", () => {
it.only("shows the summary content", async () => {
it("shows the summary content", async () => {
const report = reportApiModelBuilder.build();
givenARenderedReport(report);

Expand Down

0 comments on commit 9336090

Please sign in to comment.