You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have thousands of tests that I want to run, and don't want to incur the cost of setup/teardown for each. These are component tests that would just mount custom elements to a root element, so each would overwrite the last (no leakage).
Is there such a way to configure this with the test runner?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have thousands of tests that I want to run, and don't want to incur the cost of setup/teardown for each. These are component tests that would just mount custom elements to a root element, so each would overwrite the last (no leakage).
Is there such a way to configure this with the test runner?
Beta Was this translation helpful? Give feedback.
All reactions