1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Reset seenClients in tests

This commit is contained in:
Thomas Heartman 2025-07-16 12:39:57 +02:00
parent 2ba2e2d1d0
commit 63066c0123

View File

@ -85,6 +85,7 @@ beforeEach(async () => {
db.stores.featureToggleStore.deleteAll(),
db.stores.clientApplicationsStore.deleteAll(),
]);
app.services.clientInstanceService.seenClients = {};
});
afterAll(async () => {