Skip to content

Commit 297ffd1

Browse files
committedAug 19, 2024
docs: Added comment to test
1 parent 13fd2fc commit 297ffd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/nest-utils/src/http/interceptors/http-logging.interceptor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('HttpLoggingInterceptor', () => {
2424
enableEndToEnd: true,
2525
});
2626
supertest = container.supertest;
27+
// Clear any logger calls from e.g. application startup
2728
vitest.clearAllMocks();
2829
});
2930

0 commit comments

Comments
 (0)