EvgeniyLoginov
EvgeniyLoginov
@TylorS Yes, running on windows. I have pretty simple config: ``` module.exports = { mount: { public: {url: '/', static: true}, src: {url: '/dist'}, 'node_modules/fontsource-roboto/files': '/files', }, plugins: ['@snowpack/plugin-react-refresh', '@snowpack/plugin-dotenv',...
@TylorS Unfortunately no. I also suspect that some other library might be an issue, but since it happens after enabling plugin, I posted it here.
Sure, thanks for taking care of that
@TylorS no problem. Issue doesn't appear when there is only 1 file, which is my case since I have bundling turned on. It'd still be good to have it fixed,...
@DumbledoreD Could you please share how you configured global fixtures? I see that `mocha.setup` will not work in browser
@DumbledoreD I've also used `testRunnerHtml`, I just didn't know how to configure `hook` inside the script. Eventually I came up with something like ``` window['__WTR_CONFIG__'].testFrameworkConfig.rootHooks = { beforeAll() { //setup...