Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 1, 2023
1 parent 21db220 commit 65ddb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/watch.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it, vi } from 'vitest'
import { proxy } from 'valtio'
import { watch } from 'valtio/utils'
import { proxy } from 'valtio/vanilla'

describe('watch', () => {
it('should re-run for individual proxy updates', async () => {
Expand Down

0 comments on commit 65ddb7c

Please sign in to comment.