PHP Unit Test with deferred Page Props #2228
felix-droese
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, in a Laravel + Vue Setup,
I would like to test the proper initialization of a deferred prop:
In my controller, I return this prop to the page:
And my test looks like this:
I get the output:
Is it possible to test deferred props? If yes, how?
Beta Was this translation helpful? Give feedback.
All reactions