Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 19, 2024
1 parent 6f5943b commit e0876f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.setup.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { spawn } from 'node:child_process';

async function globalSetup() {
console.log('globalSetup');
console.log('Playwright globalSetup called');

return new Promise<void>((resolve, reject) => {
const electron = spawn('node', ['./scripts/launchdev.js']);
Expand Down

0 comments on commit e0876f7

Please sign in to comment.