Rauri Rochford
Rauri Rochford
thanks @mirco312312 - since it took me more than a few minutes to solve, here was the diff in my `package.json` that worked: replaced: `"setupFiles": ["./spec/setupTests.js"],` with: `"setupFilesAfterEnv": ["/spec/setupTests.js"],`
@dummdidumm No, it's almost instant, for example [this file](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/src/print/index.ts) formats in
I'm watching this space 😊
This issue remains, replicated and documented here: https://github.com/raurir/svelte-code-linting#testing
This was sorted for me by: - applying this fix https://github.com/chkuendig/dmc-websockets/commit/16177925703b5176136495f6366ee8cec2dd28f2 (from a different repo altogether) & - updating the protocol here: https://github.com/dmccuskey/DMC-Corona-Library/blob/9ccaec819a4476cdc19b5a11c31576483cb4abe3/dmc_corona/dmc_sockets/async_tcp.lua#L163 to be: ```lua protocol = "tlsv1_2", ```...