You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Protractor supports both Jasmine and Mocha, but because the library defines a dependency on @types/jasmine, having a dependency on @types/mocha in a typescript project utilising both protractor and mocha causes the typescript compiler to complain about duplicate global identifiers as both mocha and jasmine fight for the global space:
Hello!
Protractor supports both Jasmine and Mocha, but because the library defines a dependency on
@types/jasmine
, having a dependency on@types/mocha
in a typescript project utilising both protractor and mocha causes the typescript compiler to complain about duplicate global identifiers as both mocha and jasmine fight for the global space:Since not all projects using protractor use jasmine, perhaps you'd like to consider making the dependency on
@types/jasmine
optional?Many thanks,
Jan
The text was updated successfully, but these errors were encountered: