Skip to content

Commit 1b0cecf

Browse files
committed
test: use proper typings in e2e app
Switches to use the typings from @types for the e2e app. Relates to #2025.
1 parent 26eb7ce commit 1b0cecf

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

e2e/e2e.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

e2e/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"outDir": "../dist/e2e/",
1212
"rootDir": ".",
1313
"sourceMap": true,
14-
"target": "es5"
15-
},
16-
"files": [
17-
"e2e.d.ts"
18-
]
14+
"target": "es5",
15+
"typeRoots": [
16+
"../node_modules/@types"
17+
]
18+
}
1919
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
"@types/merge2": "0.0.28",
5050
"@types/minimist": "^1.1.28",
5151
"@types/node": "^6.0.34",
52+
"@types/protractor": "^4.0.0",
5253
"@types/run-sequence": "0.0.27",
5354
"@types/rx": "^2.5.33",
55+
"@types/selenium-webdriver": "^2.53.36",
5456
"browserstacktunnel-wrapper": "^2.0.0",
5557
"conventional-changelog": "^1.1.0",
5658
"express": "^4.14.0",

0 commit comments

Comments
 (0)