Skip to content

Commit

Permalink
chore: cleanup last travis mention
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 9, 2024
1 parent b8d5e2e commit 253ff8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testem.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-env node */
module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: ['Chrome'],
launch_in_dev: ['Chrome'],
browser_args: {
Chrome: [
'--disable-gpu',
'--headless',
'--remote-debugging-port=9222',
'--window-size=1440,900',
].filter(Boolean),
},
};

0 comments on commit 253ff8c

Please sign in to comment.