Sven
Sven
The watching should be disabled (https://github.com/Workiva/karma-jspm/blob/master/src/init.js#L130). Is this issue still relevant?
I guess, the package has to force the use of node 18+ Currently it is set to 12+. No issue for me and I would really like to get rid...
Created PR #506 for this.
Similar problem here: `Bun 1.0.14`, running on `Darwin 23.1.0`. I've my `*.spec.ts` files listed next to the implementation files. Apart from the extension, they don't have a `test` or `spec`...
Ah, my bad. I just found a suite marked with`.only()`. But I still find it confusing that there is a different amount of tests is executed in a different environment.
I tested the pull request #7669. Works like a charm. Thanks for fixing 👍
This issue seems to be solved. I can't reproduce it with ``` [email protected] @sinclair/[email protected] ```
Running into this because the simple workaround to use npm for publishing does not easily work with bun workspaces. If the `publish` command is not implemented, it would be nice...
Hey @ksinder, thanks for picking this up. I resolved the conflicts and fixed the test.
Okay, I reverted the typings and client parameter related stuff. Now we should be able to use a different `fetch` implementation like `node-fetch`, and the Web API `fetch` is used...