Skip to content

Commit

Permalink
fix(core): update document events tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Oct 23, 2024
1 parent 49d773c commit 9ab3d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {describe, expect, it} from '@jest/globals'
import {type TransactionLogEventWithEffects} from '@sanity/types'
import {describe, expect, it} from 'vitest'

import {getDocumentEvents} from './getDocumentEvents'
import {
Expand Down

0 comments on commit 9ab3d53

Please sign in to comment.