Skip to content

Commit 261410a

Browse files
authored
tests: remove describe.only (#1495)
1 parent b40d1e3 commit 261410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/tests/createAsyncThunk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ test('`condition` will see state changes from a synchonously invoked asyncThunk'
818818
expect(onStart).toHaveBeenCalledTimes(2)
819819
})
820820

821-
describe.only('meta', () => {
821+
describe('meta', () => {
822822
const getNewStore = () =>
823823
configureStore({
824824
reducer(actions = [], action) {

0 commit comments

Comments
 (0)