solidjs / vite-plugin-solid

A simple integration to run solid-js with vite
440 stars 51 forks source link

testing config: do not overwrite user config #132

Closed atk closed 10 months ago

atk commented 10 months ago

The last time I touched the testing part of the vite plugin, I wanted to make this work with vitest without extra configuration, but I went overboard and overwrote the testing part of the user config. This was a mistake that I needed to fix before I can concentrate on rehauling our testing guide, so here's a PR.