Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 23, 2022
1 parent a258618 commit a97030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function declareTests(isBuild: boolean) {
let page: puppeteer.Page = undefined!

beforeAll(async() => {
page = await startServer(false)
page = await startServer(isBuild)
})

afterAll(async() => {
Expand Down

0 comments on commit a97030e

Please sign in to comment.