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:
parent
2ba2e2d1d0
commit
63066c0123
@ -85,6 +85,7 @@ beforeEach(async () => {
|
||||
db.stores.featureToggleStore.deleteAll(),
|
||||
db.stores.clientApplicationsStore.deleteAll(),
|
||||
]);
|
||||
app.services.clientInstanceService.seenClients = {};
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user