Closed a-laughlin closed 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.
Code was missing a helper function.
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.