Open
Description
Thank you for creating this plugin, I successfully integrated it with create-react-app
and antd
. However when I'm running the tests, files with *.test.ts
are not being detected.
Here is my package.json scripts
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
Is there an extra step I need to do?
Metadata
Metadata
Assignees
Labels
No labels