material-svelte / vite-web-test-runner-plugin

MIT License
39 stars 13 forks source link

substitute redirects with code transforms #17

Closed a-laughlin closed 3 years ago

a-laughlin commented 3 years ago

Thanks to Snowpack's WTR plugin for most of this implementation: https://github.com/snowpackjs/snowpack/blob/main/plugins/web-test-runner-plugin/plugin.js

There should be a slight speed increase due to bypassing network requests, but I haven't tested it. This implementation seems to load fewer files also.

a-laughlin commented 3 years ago

Code was missing a helper function.