x1ngYu
x1ngYu
This seems to have resolved the issue: 1. Adding `import '@testing-library/jest-dom/jest-globals'` to `jest.setup.ts`. 2. Adding `setupFilesAfterEnv: ['/tests/jest.setup.ts'],` to `jest.config.ts`. 3. Adding `"types": ["@testing-library/jest-dom/jest-globals"]` to `tsconfig.ts`. or adding `import "@testing-library/jest-dom"` to...
I have the same issue. @neelsingh98 did you find a solution ?
> Hi @rxy001 No, i am using their online builder to download the predefined build and customising it as per my needs. @neelsingh98 Thanks.