Skip to content

Commit

Permalink
reverted testing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen-Wittingen committed Sep 9, 2023
1 parent 7f98493 commit 4378cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: ['chromium'],
launch_in_dev: ['chromium'],
launch_in_ci: ['Chrome'],
launch_in_dev: ['Chrome'],
browser_start_timeout: 120,
browser_args: {
Chrome: {
Expand Down

0 comments on commit 4378cbf

Please sign in to comment.