chore: repo-wide lint fixes

This commit is contained in:
Bijin A B
2025-12-04 01:37:20 +05:30
parent b5722bf11c
commit 05fe8b1b27
482 changed files with 6988 additions and 7145 deletions

View File

@@ -4,7 +4,7 @@ const { _electron: electron } = require('playwright');
const electronAppPath = path.join(__dirname, '../packages/bruno-electron');
exports.startApp = async () => {
const app = await electron.launch({
const app = await electron.launch({
args: [electronAppPath]
});
const context = await app.context();