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
VSCode Jest https://github.com/jest-community/vscode-jest is a great extension which automatically integrates with create-react-scripts. Because custom-react-scripts is a modified version the extension would not detect it automatically. I am wondering if there is a workaround to fix the problem and make custom-react-scripts visible to it?
From the above link
we find the workspace has been bootstrapped with create-react-app: node_modules/react-scripts/node_modules/.bin/jest
node_modules/react-native-scripts
The text was updated successfully, but these errors were encountered:
VSCode Jest https://github.com/jest-community/vscode-jest is a great extension which automatically integrates with create-react-scripts. Because custom-react-scripts is a modified version the extension would not detect it automatically. I am wondering if there is a workaround to fix the problem and make custom-react-scripts visible to it?
From the above link
The text was updated successfully, but these errors were encountered: