Skip to content

Commit

Permalink
chore: fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 30, 2024
1 parent 8c0e587 commit 782e772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/tests/scheduler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { describe, expect, test, vi } from 'vitest'
import {
Derived,
Store,
batch,
__derivedToStore,
__storeToDerived,
batch,
} from '../src'

describe('Scheduler logic', () => {
Expand Down

0 comments on commit 782e772

Please sign in to comment.