-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Bug report
Check with "x":
- I have this issue with the latest release of jasmine-spec-reporter
- I have this issue with the latest release of jasmine
- I can reproduce this issue with one of the examples
Current behavior
After update to latest @types/jasmine, I cannot run tests anymore due to type errors.
It looks like somebody thought that renaming existing interfaces is a good idea; the old (now renamed) interfaces are used in jasmine-spec-reporter typings, thus causing the errors.
See DefinitelyTyped/DefinitelyTyped#52004.
Expected behavior
It builds with no errors.
Minimal reproduction of the problem with instructions
Just update to latest @types/jasmine and try to run tests.
Metadata
Metadata
Assignees
Labels
No labels