Skip to content

Commit 6e9788f

Browse files
committed
enable test
1 parent abd002a commit 6e9788f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/vike-photon-vercel/.testRun.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
export { testRun }
22

3-
import { autoRetry, expect, fetch, fetchHtml, getServerUrl, page, run, skip, test } from '@brillout/test-e2e'
3+
import { autoRetry, expect, fetch, fetchHtml, getServerUrl, page, run, test } from '@brillout/test-e2e'
44

55
function testRun(cmd: 'pnpm run dev' | 'pnpm run preview') {
6-
skip('temp disabled')
7-
if (true as boolean) return
8-
96
run(cmd, {
107
serverUrl: 'http://localhost:3000',
118
tolerateError({ logText }) {

0 commit comments

Comments
 (0)