Skip to content

Commit

Permalink
debug: test EB first
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed May 1, 2024
1 parent dba31ee commit 6ff4714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"test:unit": "vitest --coverage --watch=false",
"test:dev": "vitest --coverage",
"test": "pnpm test:integration && pnpm test:unit",
"test:integration": "cross-env DEBUG=wdio-electron-service pnpm test:integration:esm && pnpm test:integration:cjs && pnpm test:integration:electron-builder",
"test:integration": "cross-env DEBUG=wdio-electron-service pnpm test:integration:electron-builder && pnpm test:integration:esm && pnpm test:integration:cjs",
"test:integration-local": "cross-env DEBUG=wdio-electron-service pnpm clean:all && pnpm i && pnpm build && pnpm test:integration",
"test:integration:cjs": "cd example-cjs && pnpm run ci",
"test:integration:esm": "cd example && pnpm run ci",
Expand Down

0 comments on commit 6ff4714

Please sign in to comment.