Skip to content

Commit

Permalink
test(api): Remove unnecessary global.console.error = () => {} from au…
Browse files Browse the repository at this point in the history
…th.spec.ts
alepefe authored and alexeh committed Sep 26, 2024
1 parent ed33d32 commit 38ae9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/test/auth/auth.spec.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ describe('Authentication (e2e)', () => {
beforeAll(async () => {
testManager = await TestManager.createTestManager({ logger: false });
fixtures = new AuthFixtures(testManager);
global.console.error = () => {};
});

afterEach(async () => {

0 comments on commit 38ae9c7

Please sign in to comment.