How to setup the test environment in @web/test-runner #2838
Unanswered
doberkofler
asked this question in
Q&A
Replies: 0 comments
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.
-
In Jest there is a configuration property
setupFiles
that allows to configure or set up the testing environment. Each setupFile will be run once per test file. How would this be done with the @web/test-runner?Beta Was this translation helpful? Give feedback.
All reactions