ecoms-ye

Results 4 comments of ecoms-ye

Confirmed in my office computer (a pnpm monorepo with the [With Vitest](https://github.com/testing-library/jest-dom?tab=readme-ov-file#with-vitest) and [With TypeScript](https://github.com/testing-library/jest-dom?tab=readme-ov-file#with-typescript) setup): - Switch to the fork version by changing `package.json` to `"@testing-library/jest-dom": "https://github.com/nyaapass/jest-dom"`, the error...

Same problem, sometimes it would due to some problems like this: ```diff - PayloadFormatVersion: 2.0 + PayloadFormatVersion: 2 ``` Also, when edinting OpenAPI/Swagger based API Gateway resource via Infrastructure Composer,...

I also found this issue in one of my local project (no problem before as well as my other projects) Tests not recognized in Test Explorer but can be run...

When bundle with `'use client'` files, I saw a error/warning like this: ``` Error when using sourcemap for reporting an error: Can't resolve original location of error. ``` (If comment...