Hi, I've got a very basic Solid.js effect example not working within Web Test Runner. Here's the [most minimal reproduction](https://github.com/trusktr/web-test-runner-solid-effect-test). The WTR config [defines an import map](https://github.com/trusktr/web-test-runner-solid-effect-test/blob/0b2b59343242e25407cf303bb824c0e35bebc5e9/web-test-runner.config.mjs#L11-L14) to import Solid.js from CDN. The same example, with the same importmap, [works fine on CodePen](https://codepen.io/trusktr/pen/yyeewLd/4ed36f83107848b954d15c8cd097d27e). Any idea if there's something in WTR's environment that could be messing with globals to somehow cause this?