1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2023-03-07 14:00:48 +02:00
parent 668eb3c1f5
commit 37b9ad75b4
No known key found for this signature in database
GPG Key ID: DB82A1577B38F66B

View File

@ -48,7 +48,7 @@ test('should getAll', async () => {
await stores.settingStore.insert('unleash.custom.2', { b: 'hello' });
await stores.settingStore.insert('unleash.custom.3', { b: 'hello' });
const ret = await stores.settingStore.getAll();
expect(ret).toHaveLength(6);
expect(ret).toHaveLength(7);
});
test('should exists', async () => {