IdoPesok / zsa

https://zsa.vercel.app
MIT License
763 stars 23 forks source link

[testing] add tests for redirect and `useServerAction` #93

Closed IdoPesok closed 3 months ago

IdoPesok commented 4 months ago

We need to add tests for what happens when a redirect is called with useServerAction. It should still show isPending up until the transition ends, and the callbacks should be called after the transition ends.

IdoPesok commented 4 months ago

In response to #91

IdoPesok commented 3 months ago

Completed in #100