Skip to content

Commit

Permalink
Add 4 storybook dependents to expectedFailures.txt
Browse files Browse the repository at this point in the history
storybook types copy+extend a Node type (EventTarget) and rely on structural typing to make
them assignable. But [this fails with the newest version of node
types](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/results?buildId=141198&view=logs&j=9d906afe-3eb5-5d79-316d-86f3f3fa360c&t=09716206-abc7-5ba2-2ea2-6c6fe97a3aad).
@thw0rted has a PR storybookjs/storybook#19373
to make storybook correctly extend EventTarget, but I'm going to disable
the failures for these four packages until the new version of storybook
ships.
  • Loading branch information
sandersn committed Oct 7, 2022
1 parent 4a6ff86 commit 291f61d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dtslint-runner/expectedFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ ng-cordova
redux-orm
resourcejs
sparql-http-client
storybook-addon-jsx
storybook-react-router
storybook-readme
storybook__addon-info

0 comments on commit 291f61d

Please sign in to comment.