mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +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.featureToggleStore.deleteAll(),
|
||||||
db.stores.clientApplicationsStore.deleteAll(),
|
db.stores.clientApplicationsStore.deleteAll(),
|
||||||
]);
|
]);
|
||||||
|
app.services.clientInstanceService.seenClients = {};
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user