You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +97,10 @@ it('invalidates tags correctly when null or undefined are provided as tags', asy
91
97
})
92
98
93
99
94
-
it.each([{tags: [undefined,null,'Bread']asParameters<typeofapi.util.invalidateTags>['0']},{tags: [undefined,null],},{tags: []}])('does not invalidate with tags=$tags if no query matches',async({ tags })=>{
it.each([{mutationArg: 'Bread'as"Bread"|null|undefined},{mutationArg: undefined},{mutationArg: null}])('does not invalidate queries when a mutation with tags=[$mutationArg] runs and does not match anything',async({ mutationArg })=>{
0 commit comments