Is the unstable_createRemixStub testing helper officially supported? #7564
TheWarBadger
started this conversation in
General
Replies: 1 comment
-
Kent is using it in his Epic Stack and also teaches it in his workshop. So I think it's safe to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to use a
<Link>
element in a unit test, and came up against #4506.This is closed due to being tracked in #4488.
4488 has been closed as released, however the result still has the
unstable
prefix and the only documentation I've found is example unit tests (https://github.com/remix-run/remix/blob/dev/packages/remix-testing/__tests__/stub-test.tsx) linked to at the top of the community repository (https://github.com/jrestall/remix-stubs).Any idea what the status is? Is there a plan to support this? Would it be better to use the community versions?
Beta Was this translation helpful? Give feedback.
All reactions