SvenKirschbaum / react-stomp-hooks

This repository contain a react library which enables simple access to stomp subscriptions via hooks.
MIT License
63 stars 13 forks source link

Running tests without a StompSessionProvider #18

Closed tedeling closed 2 years ago

tedeling commented 2 years ago

Can I mock the StompSessionProvider in a test? I see that there's a mock available but lack of an example how to use it. Thanks, great library.

SvenKirschbaum commented 2 years ago

Hello!

You can find some examples on how to use the provided mock here.

tedeling commented 2 years ago

Thanks, somehow overlooked that one.