refactor: Upgrade lru-cache from 7.12.0 to 9.1.1 (#8559)

This commit is contained in:
Daniel
2023-05-26 07:59:42 +10:00
committed by GitHub
parent 28aeda3f16
commit c2e4f8369b
6 changed files with 15 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ describe('SessionTokenCache', function () {
sessionTokenCache.getUserId('sessionToken').then(userIdFromCache => {
expect(userIdFromCache).toBe('userId');
expect(sessionTokenCache.cache.length).toBe(1);
expect(sessionTokenCache.cache.size).toBe(1);
done();
});
});