Skip to content

Commit

Permalink
Merge pull request #546 from unexpectedjs/cleanup/fixTestScriptWithLo…
Browse files Browse the repository at this point in the history
…calBrowser

Fix test script to execute headless browser in place of phantomjs.
  • Loading branch information
sunesimonsen authored Jan 3, 2019
2 parents caede1a + 5dc57e7 commit 46d8be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/unexpectedjs/unexpected"
},
"scripts": {
"test": "make test && make test-phantomjs",
"test": "make test && make test-chrome-headless",
"lint": "eslint .",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
Expand Down

0 comments on commit 46d8be4

Please sign in to comment.