Skip to content

Commit

Permalink
📝 initialize react readme with readme-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerthelot committed Jul 27, 2019
1 parent f8f7606 commit a0445d0
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
50 changes: 49 additions & 1 deletion packages/component-test-utils-react/README.md
Original file line number Diff line number Diff line change
@@ -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)_
2 changes: 1 addition & 1 deletion packages/component-test-utils-react/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a0445d0

Please sign in to comment.