Skip to content

Commit

Permalink
test(core): updating import on helpers to using jest and not playwrig…
Browse files Browse the repository at this point in the history
…ht (#7384)
  • Loading branch information
jordanl17 committed Aug 20, 2024
1 parent c11e51f commit 87316d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/sanity/src/core/studio/router/helpers.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {describe, it} from '@jest/globals'
import {expect} from '@playwright/experimental-ct-react'
import {describe, expect, it} from '@jest/globals'
import {type Tool} from 'sanity'
import {type RouterState} from 'sanity/router'

Expand Down

0 comments on commit 87316d6

Please sign in to comment.