Mathias Lykkegaard Lorenzen

Results 390 comments of Mathias Lykkegaard Lorenzen

I think the issue is that the bun test CLI does not simulate the same arguments as jest CLI does. The arguments are named differently etc. I filed an issue...

It's not the extension's fault. I am running some integration tests that spin up a lot of stuff, which just takes time. However, would it be possible somehow to hook...

I just confirmed that Jest reporters can get the status after each test. So it should be doable for the reporter to communicate back.

Here's a sample reporter that can get the results of tests as they occur. https://github.com/ryparker/jest-reporter-template/blob/master/src/reporter.ts I really think this could be useful. Also for Playwright tests etc which may also...

Using this approach, it wouldn't be fragile. In fact, it would be officially supported. I'm even willing to do a PR on this if you can point me to where...

That's great. I'll see what I can do. But either way, let's leave this issue open until it is fixed. Not sure I'll get the time.

I got it working! Just need to clean it up now. Pull request coming soon! 🥳

May I ask... Is there a reason that `Runner.js`, `Settings.js`, `Snapshot.js` and `test_reconciler.js` are not in TypeScript?

@connectdotz the PR is over at #1075! Let me know what you think. It currently breaks some tests, and I could use some assistance figuring out why. But the feature...

@einaregilsson any hints on where we could add this contribution ourselves, in case you don't end up getting any time for it?