Skip to content

Commit

Permalink
chore: remove unneeded console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed May 21, 2024
1 parent 37fa2d8 commit 45aeb1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ beforeAll(async () => {
});

afterEach(() => {
console.log('Stopping all and clearing mocks');
app.services.frontendApiService.stopAll();
jest.clearAllMocks();
});
Expand Down

0 comments on commit 45aeb1b

Please sign in to comment.