Skip to content

Commit

Permalink
Auto merge of #6935 - kellyselden:string, r=rwjblue
Browse files Browse the repository at this point in the history
use our string style since converted from json
  • Loading branch information
homu committed Apr 3, 2017
2 parents a62c14c + 7c5f5cf commit 439c45f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions blueprints/app/files/testem.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* eslint-env node */
module.exports = {
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: [
'PhantomJS'
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
launch_in_dev: [
'PhantomJS',
'Chrome'
]
};

0 comments on commit 439c45f

Please sign in to comment.