Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Sep 9, 2023
1 parent 237a459 commit dbe0ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test('electron', async function (t) {
if (++eventCount === 2) done();
});

browser.write('console.log(!!require.resolve("tap"));');
browser.write('console.log(!!require.resolve("test"));');
browser.write('window.close();');
browser.end();
});
Expand Down

0 comments on commit dbe0ff4

Please sign in to comment.