We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa869d3 commit d30e722Copy full SHA for d30e722
test/index.test.ts
@@ -124,8 +124,8 @@ describe('unifont', () => {
124
})
125
126
127
- describe('provider aware caching', () => {
128
- it('uses isolated storage per provider\'s name', async () => {
+ describe('cache isolation', () => {
+ it('uses isolated namespace per provider\'s name', async () => {
129
const storage = {
130
getItem: vi.fn(),
131
setItem: vi.fn(),
@@ -161,7 +161,7 @@ describe('unifont', () => {
161
expect(providerACacheKey).not.toBe(providerBCacheKey)
162
163
164
- it('uses isolated storage per provider\'s options', async () => {
+ it('uses isolated namespace per provider\'s options', async () => {
165
166
167
0 commit comments