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
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.
Bug report
Check with "x":
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.
The text was updated successfully, but these errors were encountered: