-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Coverage using ts-jest #1038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage using ts-jest #1038
Conversation
Tabulated
create-react-app has object spread operator apparently, https://github.com/facebookincubator/create-react-app/blame/79160b858a8496a93abbbe6254fb4008e22a6b89/README.md#L142
* Coverage does something, but sadly the coverage reported incorrectly. * Test has been converted to ts Fixes #15
…ge with the config.
As npm run added node_modules/.bin to PATH.
* Made example source code compliant with linters * Renamed tslint package to be inline with eslint package * Add more meta data to tslint-config-react-app package Refs #20
development setup.
- added explanation of how to add a user to npm registry - some additional smaller corrections
Development setup documentation
Update development-setup.md
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact [email protected] if you have any questions. |
Fixes #17