We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e18682 commit d770e6aCopy full SHA for d770e6a
typings.json
@@ -5,7 +5,6 @@
5
},
6
"globalDependencies": {
7
"bluebird": "registry:dt/bluebird#3.0.0+20160811111256",
8
- "jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
9
"jquery": "registry:dt/jquery#1.10.0+20160704162008",
10
"lodash": "registry:dt/lodash#4.14.0+20160817155621",
11
"materialize-css": "registry:dt/materialize-css#0.97.5+20160628040906",
typings_custom/aurelia-protractor.d.ts
@@ -12,8 +12,4 @@ declare module 'protractor' {
12
// this should eventually be defined externally:
13
switchTo(): any;
14
}
15
-
16
- interface ProtractorBy {
17
- valueBind(bindTarget: string): Locator;
18
- }
19
0 commit comments