Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner authored May 14, 2024
1 parent a4844b0 commit 02f475f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/screenshot-testing/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ async function main() {
// headless.
mocha.addFile(path.join(__dirname, 'mocha-super-suite.js'));

app.runTests(mocha)
app.runTests(mocha)
}

0 comments on commit 02f475f

Please sign in to comment.