Skip to content

Commit a030b9d

Browse files
authored
chore: workflow seems to be working
1 parent 3e5da44 commit a030b9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testing-app/src/tests.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,6 @@ describe("withLoader", () => {
285285
expect(screen.getByText(/charizard/i)).toBeVisible();
286286
expect(screen.getByText(/pikachu/i)).toBeVisible();
287287
});
288-
test("Should throw", () => {
289-
expect(false).toBeTruthy();
290-
});
291288
});
292289

293290
});

0 commit comments

Comments
 (0)