Skip to content

Commit fed26bf

Browse files
committed
fix(package/solid): Add missing stub method in a test
1 parent c7866cc commit fed26bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gqty/test/cache.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('Cache#dataAccessors', () => {
2020
subscribeSelect: () => () => {},
2121
dispose: () => {},
2222
subscribeDispose: () => () => {},
23+
reset: () => {},
2324
notifyCacheUpdate: false,
2425
shouldFetch: false,
2526
hasCacheHit: false,
@@ -61,6 +62,7 @@ describe('Cache#data', () => {
6162
subscribeSelect: () => () => {},
6263
dispose: () => {},
6364
subscribeDispose: () => () => {},
65+
reset: () => {},
6466
notifyCacheUpdate: false,
6567
shouldFetch: false,
6668
hasCacheHit: false,

0 commit comments

Comments
 (0)