ulisses-cruz

Results 3 comments of ulisses-cruz

I think a way you can make this work, is by doing something like this: ```json { "scripts": { "dev": "run-p dev:*", "dev:firebase": "firebase-emulate", "dev:next": "next dev" } } ```...

Would it not be simpler to wrap vitest than jest. With jest we also need to configure ts-jest. vitest comes with ts support from the box. with vitest you have...

I have the same error. In my case the version I'm using is: `4.14.0`