From babe78050704e0fbcfed21d65aa7cdc31beb3e11 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:22:20 +0000 Subject: [PATCH] ci: apply automated fixes and generate docs --- packages/store/tests/derived.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/store/tests/derived.test.ts b/packages/store/tests/derived.test.ts index 1b93f71..df806d6 100644 --- a/packages/store/tests/derived.test.ts +++ b/packages/store/tests/derived.test.ts @@ -318,7 +318,6 @@ describe('Derived', () => { expect(halfDouble.state).toBe(24) }) - test('should be able to mount in the wrong order and still work with a derived and a non-derived state', () => { const count = new Store(12)