We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43c283 commit 88ea88aCopy full SHA for 88ea88a
packages/core/src/helpers/createStore/createStore.test.ts
@@ -130,6 +130,5 @@ it('Should work correct with array state', () => {
130
131
expect(store.get()).toEqual([]);
132
store.set([1, 2, 3]);
133
-
134
expect(store.get()).toEqual([1, 2, 3]);
135
});
0 commit comments