Skip to content

Commit 65e19ec

Browse files
committed
edit covergae settings
1 parent 2788adb commit 65e19ec

11 files changed

+20
-566
lines changed

tests/health-integration.test.js

Lines changed: 0 additions & 565 deletions
This file was deleted.

tests/messages-integration.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,3 +806,4 @@ describe('Messages Integration Tests', () => {
806806
});
807807
});
808808
});
809+

tests/mocks/categories-integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ export const resetCategoriesMocks = () => {
166166
mockFindMany.mockClear();
167167
vi.clearAllMocks();
168168
};
169+

tests/mocks/health-integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ export const resetHealthMocks = () => {
9595
mockRedisService.close.mockClear();
9696
vi.clearAllMocks();
9797
};
98+

tests/mocks/messages-integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,4 @@ export const resetMessagesMocks = () => {
194194
mockRequireAdmin.mockClear();
195195
vi.clearAllMocks();
196196
};
197+

tests/mocks/seekers-integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ export const resetSeekersMocks = () => {
129129

130130
vi.clearAllMocks();
131131
};
132+

tests/mocks/userSync-integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ export const resetUserSyncMocks = () => {
6666

6767
vi.clearAllMocks();
6868
};
69+

tests/mocks/webhook-integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ export const resetWebhookMocks = () => {
8787

8888
vi.clearAllMocks();
8989
};
90+

tests/newsletter-integration.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,3 +927,4 @@ describe('Newsletter Integration Tests', () => {
927927
});
928928
});
929929
});
930+

tests/seekers-integration.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,3 +460,4 @@ describe('Seekers Integration Tests', () => {
460460
});
461461
});
462462
});
463+

0 commit comments

Comments
 (0)