Fixed test
Some checks failed
Build / Build NPM Project (push) Successful in 1m11s
Build / Tag Version (push) Successful in 17s
Build / Publish Documentation (push) Failing after 19s

This commit is contained in:
2025-07-07 10:42:40 -04:00
parent 37df7e6090
commit 8b84d170a6

View File

@ -10,6 +10,7 @@ describe('Cache', () => {
beforeEach(() => {
storageMock = {
constructor: {name: 'Storage' as any},
getItem: jest.fn(),
setItem: jest.fn(),
removeItem: jest.fn(),