Skip to content

Commit

Permalink
SFINT-5832 Remove AfterAll
Browse files Browse the repository at this point in the history
  • Loading branch information
lvu285 committed Feb 6, 2025
1 parent 7b00d6a commit 8a6676a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ describe('c-quantic-sort', () => {
mockErroneousHeadlessInitialization();
});

afterAll(() => {
mockSuccessfulHeadlessInitialization();
});

it('should display the initialization error component', async () => {
const element = createTestComponent();
await flushPromises();
Expand Down

0 comments on commit 8a6676a

Please sign in to comment.