Skip to content

Commit

Permalink
fix(marko): install playwright chromium before testing (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Oct 22, 2023
1 parent 8fd7bf9 commit d203d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/marko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export async function test(options: RunOptions) {
repo: 'marko-js/vite',
dir: 'marko', // default is last segment of repo, which would be vite and confusing
build: 'build',
beforeTest: 'pnpm playwright install chromium',
test: 'test',
overrides: {
esbuild: `${options.vitePath}/packages/vite/node_modules/esbuild`,
Expand Down

0 comments on commit d203d1b

Please sign in to comment.