You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Received the following error-message: File '/home/<name>/Projects/battleship/node_modules/@testing-library/user-event/dist/index.d.ts' is not a module.
Reproduction repository:
You can recreate the problem with the following steps:
@testing-library/user-event
version: 14.0.0-beta.4Testing Framework and version:
jest: 27.4.4
ts-jest: 27.1.1
DOM Environment:
jsdom: 27.4.4
What you did:
npm i --save-dev @testing-library/[email protected]
What happened:
Received the following error-message:
File '/home/<name>/Projects/battleship/node_modules/@testing-library/user-event/dist/index.d.ts' is not a module.
Reproduction repository:
You can recreate the problem with the following steps:
git clone [email protected]:mohetti/jestBattleship.git
npm install
./src/Components/SingleBoard/index.test.ts
npm i --save-dev @testing-library/[email protected]
Thank you for looking into it.
The text was updated successfully, but these errors were encountered: