Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(ci): Upgrade typescript in install test.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit committed May 5, 2017
1 parent d0bfa6e commit 2fbf993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion spec/directConnectConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ exports.config = {
'browserName': 'firefox',
}],
*/
browserName: 'chrome',
capabilities: {
browserName: 'chrome',
},

baseUrl: env.baseUrl + '/ng1/',

Expand Down
4 changes: 2 additions & 2 deletions spec/install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"q": "^1.4.1",
"rimraf": "^2.5.4",
"selenium-webdriver": "^3.0.1",
"typescript": "~2.0.0"
"typescript": "^2.1.3"
},
"devDependencies": {
"@types/jasmine": "^2.5.41",
"@types/jasmine": "^2.5.47",
"@types/jasminewd2": "^2.0.0",
"@types/q": "0.0.32"
}
Expand Down

0 comments on commit 2fbf993

Please sign in to comment.