skip/run test based on environment #1959
-
I want to skip/run a test only if the edge-runtime is being used. Is there any way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
sheremet-va
Sep 2, 2022
Replies: 1 comment 4 replies
-
you can use |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
brc-dd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use
describe.runIf
🤔