Example of testing endpoints and islands? #300
-
Hi, Is there an example of testing endpoints or islands? Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
lucacasonato
Jun 29, 2022
Replies: 2 comments 3 replies
-
Testing routes: https://github.com/denoland/fresh/blob/main/tests/main_test.ts#L3-L38 Testing islands: https://github.com/denoland/fresh/blob/main/tests/islands_test.ts |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cj
-
Can this be done without puppeteer? I was trying to make it work with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing routes: https://github.com/denoland/fresh/blob/main/tests/main_test.ts#L3-L38
Testing islands: https://github.com/denoland/fresh/blob/main/tests/islands_test.ts