Skip to content

Commit

Permalink
test(e2e): Upgrade to latest phantomjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jan 28, 2016
1 parent 3f1d934 commit 7d8e7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"mkdirp": "^0.5.0",
"mocha": "^2.2.5",
"mocks": "^0.0.15",
"phantomjs": "^1.9.19",
"phantomjs-prebuilt": "^2.1.3",
"proxyquire": "^1.5.0",
"qunitjs": "^1.19.0",
"requirejs": "^2.1.20",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/error.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Feature: Error Display
When I start Karma
Then it fails with:
"""
SyntaxError: Parse error
SyntaxError: Parser error
"""

0 comments on commit 7d8e7a3

Please sign in to comment.