Wallaby.js is on sale right now, it's my 4th renewal, I can't recommend it enough. Nowadays, every codebase I work in I interact with the tests via wallaby's VS Code extension

https://wallabyjs.com/

Wallaby - Immediate JavaScript test feedback in your IDE as-you-type

Wallaby runs your JavaScript and TypeScript tests immediately as you type in VS Code, WebStorm and other editors, highlighting results next to your code.

@orta Did you use it with @vitest? How is the integration working? They had some issues a while ago but it should be all smooth now
@patak @vitest I have not tried it, I was planning on giving vitest a try on https://github.com/sdl-codegen/sdl-codegen/ when I port over the testing infra (from Deno)
GitHub - sdl-codegen/sdl-codegen: GraphQL .d.ts file generation for SDL-first projects

GraphQL .d.ts file generation for SDL-first projects - GitHub - sdl-codegen/sdl-codegen: GraphQL .d.ts file generation for SDL-first projects

GitHub
@orta @vitest Nice! Let me know how that goes when you get to it!
@patak @vitest Works pretty well, I did no special config for it. It's not quite as tight as the jest integration, but very usable:
@orta @vitest Awesome! Great to hear that
@orta speaking of tooling, you still using Enpass for passwords?
@notjosh Yep! Been happy with it, I don't really use mobiles though, so unsure what that support looks like

@orta “your existing testing/UI framework and IDE” is apparently neither Vitest nor Neovim. :P

Anyways, looks good, and I may end up using anyhow someday.