Skip to content

Commit

Permalink
tests: remove describe.only (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 authored Sep 10, 2021
1 parent b40d1e3 commit 261410a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/tests/createAsyncThunk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ test('`condition` will see state changes from a synchonously invoked asyncThunk'
expect(onStart).toHaveBeenCalledTimes(2)
})

describe.only('meta', () => {
describe('meta', () => {
const getNewStore = () =>
configureStore({
reducer(actions = [], action) {
Expand Down

0 comments on commit 261410a

Please sign in to comment.