Results 25 comments of Uriel Avalos

LoL. Note that tests don't run faster in vitest. The speedup is because test boot up is wayyyyyy faster, like 3x faster. But tests themselves will run at the same...

@aaronmccall we are hitting this issue again. Is there a way to apply this workaround to the test config? (Note: your CR may or may not land since it doesn't...

Ah yes, wrap it in a future. That works for now. Thanks! On Sun, Jan 29, 2017 at 9:46 AM, Rui Gonçalves wrote: > Hi @frankandrobot ! It's a good...

We're trying to figure out if our container is using CPUs in a healthy way. Can someone clarify how we can do this on a multicore machine? For instance, If...

https://github.com/manosim/gitify-mobile/issues/35

On a related note, it appears that jest now has [first-class support for vite](https://github.com/facebook/jest/issues/9505) Is there a way to add vite w/o this package now?

Yea i got this working. Unfortunately, there's no code to share because it's closed source :( but here's an overview of what needs to happen: 1. First do you really...

One of the things that I noticed, however, is that it's not obvious how to do fuller integration tests i.e., a test where everything is real except for AJAX requests....

This turned out not to be a node-fetch issue. Workaround documented here with reference to a demo repo: https://github.com/capricorn86/happy-dom/issues/470#issuecomment-1158175740 Update: I mean it _is_ a node-fetch issue (because it needs...