solidjs / solid-testing-library

Simple and complete Solid testing utilities that encourage good testing practices.
MIT License
201 stars 19 forks source link

fix: check for process #63

Closed sheremet-va closed 5 months ago

sheremet-va commented 5 months ago

Trying solid-testing-library in the Vitest Browser Mode shows an error that process is not defined. testing-library has guards in other places for process, so I would expect it to also be defined here.