We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea02a9 commit eba88a5Copy full SHA for eba88a5
packages/data/src/store/test/reducer.js
@@ -59,7 +59,7 @@ describe( 'reducer', () => {
59
args: [],
60
} );
61
state = reducer( deepFreeze( state ), {
62
- type: 'INVALIDATE_CACHE',
+ type: 'INVALIDATE_RESOLUTION',
63
reducerKey: 'test',
64
selectorName: 'getFoo',
65
0 commit comments