Skip to content

Commit

Permalink
chore: fix incorrect test (#8185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored May 15, 2022
1 parent e7b414e commit bc740b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isBuild } from 'testUtils'
import { isBuild, page } from '~utils'

test('should render', async () => {
const expected = isBuild
Expand Down

0 comments on commit bc740b8

Please sign in to comment.