Skip to content

Commit

Permalink
use our string style since converted from json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Apr 2, 2017
1 parent 1809616 commit 7c5f5cf
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 7c5f5cf

Please sign in to comment.