Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 18, 2024
1 parent 708152b commit 4224c52
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 4224c52

Please sign in to comment.