Skip to content

Commit

Permalink
fix: test concurrent in noop store
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulMoro committed Mar 26, 2024
1 parent e956e62 commit 44c79d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function provideNoopStoreApi(
multi: true,
useValue() {
api.initApiStore(createNoopStoreApi(api));
api.dispatch(api.util.resetApiState());
},
},
]);
Expand Down

0 comments on commit 44c79d7

Please sign in to comment.