mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: repo-wide lint fixes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user