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 b40d1e3 commit 261410aCopy full SHA for 261410a
packages/toolkit/src/tests/createAsyncThunk.test.ts
@@ -818,7 +818,7 @@ test('`condition` will see state changes from a synchonously invoked asyncThunk'
818
expect(onStart).toHaveBeenCalledTimes(2)
819
})
820
821
-describe.only('meta', () => {
+describe('meta', () => {
822
const getNewStore = () =>
823
configureStore({
824
reducer(actions = [], action) {
0 commit comments