Guillaume Chau

Results 417 comments of Guillaume Chau
trafficstars

I've completely refactored the coverage system, now using c8 to generate reports https://github.com/Akryum/peeky/commit/a086c1560347a2b59ee26710687141a52cee628d

[Docs](https://peeky.dev/guide/config.html#coverageoptions)

VS Code: - https://code.visualstudio.com/api/extension-guides/testing Jetbrains: - https://plugins.jetbrains.com/docs/intellij/welcome.html - https://github.com/lilbaek/webstorm-testcafe - https://github.com/JetBrains/intellij-plugins/tree/master/js-karma - https://github.com/mbolotov/intellij-cypress/

@mathieutu I'm not sure of the direction, just doing some research. If we can trick IDE into thinking it's Jest, maybe it's worth a shot - I have no clue...

I didn't find any relevant documentation about this yet. Also I don't have any Jetbrains IDE on my computer :sweat_smile:

Note: Peeky now supports Vite plugins.

Because there is a circular dependency between the two files? Try using `import type` instead of `import`

Only when we will not want to support older browsers anymore :D