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 c7866cc commit fed26bfCopy full SHA for fed26bf
packages/gqty/test/cache.test.ts
@@ -20,6 +20,7 @@ describe('Cache#dataAccessors', () => {
20
subscribeSelect: () => () => {},
21
dispose: () => {},
22
subscribeDispose: () => () => {},
23
+ reset: () => {},
24
notifyCacheUpdate: false,
25
shouldFetch: false,
26
hasCacheHit: false,
@@ -61,6 +62,7 @@ describe('Cache#data', () => {
61
62
63
64
65
66
67
68
0 commit comments