getodk / web-forms

ODK Web Forms enables form filling and submission editing of ODK forms in a web browser. It's coming soon! ✨

Home Page:https://getodk.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update vitest config for ui-vue to run tests in browsers as well

sadiqkhoja opened this issue · comments

Current all component test for ui-vue run in jsdom environment, even when yarn workspace @odk-web-forms/ui-vue test-browser:firefox is executed. We would like to run them in browser environment as well.

ref: #89 (comment)