-
Hello everyone 👋 I have an Angular library that want to cover by tests with default Angular jasmine + karma stack. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Probably best to ask on the That said, if you use Component Story Format, the recommendation since 5.2, you should be able to integrate Stories into ANY testing tool without extra work. There's a |
Beta Was this translation helpful? Give feedback.
Probably best to ask on the
storybook-addon-specifications
repo if you haven't already.That said, if you use Component Story Format, the recommendation since 5.2, you should be able to integrate Stories into ANY testing tool without extra work. There's a
jest
example in the post, but the same logic should be applicable in ALL modern testing environments.