Skip to content

Commit 88ea88a

Browse files
committed
main 🧊 fix create store
1 parent a43c283 commit 88ea88a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/helpers/createStore/createStore.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,5 @@ it('Should work correct with array state', () => {
130130

131131
expect(store.get()).toEqual([]);
132132
store.set([1, 2, 3]);
133-
134133
expect(store.get()).toEqual([1, 2, 3]);
135134
});

0 commit comments

Comments
 (0)