Skip to content

Commit

Permalink
see if can pass w/ reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 30, 2018
1 parent 302e3b2 commit e299cfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ module.exports = {
'--remote-debugging-port=0',
'--window-size=1440,900'
].filter(Boolean)
},
Firefox: {
mode: 'ci',
args: [
'-headless'
].filter(Boolean)
}
// Firefox: {
// mode: 'ci',
// args: [
// '-headless'
// ].filter(Boolean)
// }
}
};

0 comments on commit e299cfa

Please sign in to comment.