How to run jest
while using source.remote
?
#2894
Answered
by
FredKSchott
IgnusG
asked this question in
Troubleshooting
-
Is there a way to run Is there a command or configuration (or future plan) to support this? |
Beta Was this translation helpful? Give feedback.
Answered by
FredKSchott
Mar 19, 2021
Replies: 1 comment 1 reply
-
Nope, no good way since Jest expects all packages to live on the local file system. If you need test running and "remote", use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IgnusG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope, no good way since Jest expects all packages to live on the local file system. If you need test running and "remote", use
web-test-runner
for now.