w11k / Tydux

Type safe state management for web applications
Apache License 2.0
36 stars 4 forks source link

adds documentation on how to test a tydux facade with angular #36

Closed kaihenzler closed 3 years ago

kaihenzler commented 3 years ago

adds a short code snippet on how to setup a facade test.

Since Tydux 14 you are required to clean up the Facade in a afterEach or else tydux will throw an Error. @romanroe or @sengmann could you please take a look at the code snippet if it is correct?