Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
More trouble with coverage, disabling
Browse files Browse the repository at this point in the history
When running tsx tests I get "Nothing was returned from render".
testing-library/react-testing-library#622
  • Loading branch information
svdo committed Apr 17, 2020
1 parent e5d8450 commit 8a27fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaces-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts*' 'test/**/*.ts*'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "yarn lint && react-scripts test --coverage",
"test": "yarn lint && react-scripts test",
"test:ci": "yarn lint && react-scripts test",
"eject": "react-scripts eject",
"type-check": "tsc --noEmit",
Expand Down

0 comments on commit 8a27fc4

Please sign in to comment.