Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Mar 6, 2024
1 parent ba20f19 commit 1f4d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (window.browserTestDriver_finish && window.browserTestDriver_fail) {
window.browserTestDriver_fail();
});
} else {
console.warn('Use Google Chrome for Testing to report test completion.')
console.warn('Use Google Chrome for Testing to report test completion.');
}

// tap-browser-color alternative
Expand Down

0 comments on commit 1f4d82d

Please sign in to comment.