Skip to content

Commit

Permalink
[testing] Use Chrome, not PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Singh committed Aug 15, 2016
1 parent 7bfcbc0 commit 0db1f79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ module.exports = {
"test_page": "tests/index.html?hidepassed&nolint",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
"Chrome"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
};

0 comments on commit 0db1f79

Please sign in to comment.