00c110b055
With these changes, the types are a little stricter now and also not
compatible with Protractor's jasmine-like syntax. So, we have to also
use `@types/jasminewd2` for e2e tests (but not for non-e2e tests).
I also had to "augment" `@types/jasminewd2`, because the latest
typings from [DefinitelyTyped][1] do not reflect the fact that the
`jasminewd2` version (v2.1.0) currently used by Protractor supports
passing a `done` callback to a spec.
[1]:
|
||
---|---|---|
.. | ||
anchor_spec.ts | ||
component_view_spec.ts | ||
element_spec.ts | ||
embedded_view_spec.ts | ||
helper.ts | ||
ng_content_spec.ts | ||
ng_module_spec.ts | ||
provider_spec.ts | ||
pure_expression_spec.ts | ||
query_spec.ts | ||
services_spec.ts | ||
text_spec.ts | ||
view_def_spec.ts |