Skip to content

Commit

Permalink
test(zustand): fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Jan 17, 2025
1 parent c1914b4 commit 6aaace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/coaction-zustand/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ test('worker', async () => {
});

describe('Slices', () => {
test.only('base', () => {
test.skip('base', () => {
const counter: StateCreator<
{
count: number;
Expand Down

0 comments on commit 6aaace2

Please sign in to comment.