Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 13, 2024
1 parent 7ac05ad commit fec52e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript/run-qunit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default (async () => {
return new Promise(resolve => setTimeout(resolve, ms))
}

let browser
let browser;

Check failure on line 28 in test/javascript/run-qunit.mjs

View workflow job for this annotation

GitHub Actions / ESLint

Extra semicolon

try {
const chromeExecutablePath = chromeLauncher.Launcher.getInstallations()[0]
Expand Down

0 comments on commit fec52e8

Please sign in to comment.