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
npm ls react-scripts (if you haven’t ejected):
it is from create-react-app-typescript so react-scripts-ts@2.16.0
Operating system: Windows 10
Steps to Reproduce
run create-react-app my-app --scripts-version=react-scripts-ts
add in vscode settings:
"jest.pathToJest": "npm run test --",
"jest.debugCodeLens.showWhenTestStateIn": [
"fail",
"pass",
"skip",
"unknown"
],
"jest.enableCodeLens": true,
then CTRL+SHIFT+P, Jest:Start Runner.
I do not see jest installed globally when doing npm ls -g --depth 0
Expected Behavior
No Jest 20+ error and dots to appear near tests
Actual Behavior
Displays : This extension relies on Jest 20+ features, it will continue to work, but some features may not work correctly
and no dots are appearing, everything else seems to be fine.
The text was updated successfully, but these errors were encountered:
cmenekse
changed the title
create-react-app-typescript, displays:'extension relies on Jest 20+ features'
create-react-app-typescript displays:'extension relies on Jest 20+ features'
Jun 12, 2018
Environment
node -v
: 8.11.1npm -v
: 5.6.0npm ls react-scripts
(if you haven’t ejected):it is from create-react-app-typescript so
react-scripts-ts@2.16.0
Operating system: Windows 10
Steps to Reproduce
run
create-react-app my-app --scripts-version=react-scripts-ts
add in vscode settings:
then CTRL+SHIFT+P, Jest:Start Runner.
I do not see
jest
installed globally when doingnpm ls -g --depth 0
Expected Behavior
No Jest 20+ error and dots to appear near tests
Actual Behavior
Displays :
This extension relies on Jest 20+ features, it will continue to work, but some features may not work correctly
and no dots are appearing, everything else seems to be fine.
The text was updated successfully, but these errors were encountered: