Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Dec 11, 2023
1 parent c1f22e2 commit 1708e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-interop/src/lib/redux-interop.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('@withease/redux', () => {
expect($state.getState()).toEqual('lol');
});

test.only('Should work with Fork API', async () => {
test('Should work with Fork API', async () => {
const reduxStore = legacy_createStore(() => ({}), {});
const setup = createEvent();
const interop = createReduxInterop({ reduxStore, setup });
Expand Down

0 comments on commit 1708e39

Please sign in to comment.