Skip to content

Commit

Permalink
fix angular @storybook/jest typings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 13, 2022
1 parent fcd4945 commit 93b659a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/angular-cli/.storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
],
"include": [
"../src/**/*"
]
}
],
"compilerOptions": {
"types": [
"@testing-library/jest-dom"
]
}
}

0 comments on commit 93b659a

Please sign in to comment.