diff --git a/packages/component-test-utils-react/README.md b/packages/component-test-utils-react/README.md index 1676686..6157be0 100644 --- a/packages/component-test-utils-react/README.md +++ b/packages/component-test-utils-react/README.md @@ -1 +1,49 @@ -## component-test-utils-react +# Welcome to component-test-utils-react 👋 +![Version](https://img.shields.io/npm/v/component-test-utils-react.svg) +[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/FBerthelot/component-test-utils#readme) +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/FBerthelot/component-test-utils/graphs/commit-activity) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/FBerthelot/component-test-utils/blob/master/LICENSE) +[![Twitter: berthel350](https://img.shields.io/twitter/follow/berthel350.svg?style=social)](https://twitter.com/berthel350) + +> Test react component the same way as other frameworks + +### 🏠 [Homepage](https://github.com/FBerthelot/component-test-utils#readme) + +## Install + +```sh +npm install +``` + +## Run tests + +```sh +npm run test +``` + +## Author + +👤 **FBerthelot** + +* Twitter: [@berthel350](https://twitter.com/berthel350) +* Github: [@FBerthelot](https://github.com/FBerthelot) + +## 🤝 Contributing + +Contributions, issues and feature requests are welcome! + +Feel free to check [issues page](https://github.com/FBerthelot/component-test-utils/issues). + +## Show your support + +Give a ⭐️ if this project helped you! + + +## 📝 License + +Copyright © 2019 [FBerthelot](https://github.com/FBerthelot). + +This project is [MIT](https://github.com/FBerthelot/component-test-utils/blob/master/LICENSE) licensed. + +*** +_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ diff --git a/packages/component-test-utils-react/package.json b/packages/component-test-utils-react/package.json index 096829c..f6f908a 100644 --- a/packages/component-test-utils-react/package.json +++ b/packages/component-test-utils-react/package.json @@ -1,7 +1,7 @@ { "name": "component-test-utils-react", "version": "1.0.0-alpha.3", - "description": " Test react component the same way as ohter frameworks", + "description": " Test react component the same way as other frameworks", "main": "index.js", "scripts": { "test": "echo \"to launch tests, start it from component-tet-utils root folder\" && exit 1"