Skip to content

Commit

Permalink
fix: release 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulMoro committed Nov 21, 2023
1 parent b5985a0 commit 7db01e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/ngrx-rtk-query/test/build-hooks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ describe.skip('hooks tests', () => {

await screen.findByText(/isUninitialized/i);
expect(screen.queryByText('Yay')).not.toBeInTheDocument();

expect(Object.keys(getState().api.mutations)).toHaveLength(0);
});
});
Expand Down

0 comments on commit 7db01e9

Please sign in to comment.