Skip to content

Commit 87316d6

Browse files
authored
test(core): updating import on helpers to using jest and not playwright (#7384)
1 parent c11e51f commit 87316d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/sanity/src/core/studio/router/helpers.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import {describe, it} from '@jest/globals'
2-
import {expect} from '@playwright/experimental-ct-react'
1+
import {describe, expect, it} from '@jest/globals'
32
import {type Tool} from 'sanity'
43
import {type RouterState} from 'sanity/router'
54

0 commit comments

Comments
 (0)