Skip to content

Commit 86000d5

Browse files
committed
README.md updates to include tests instructions
1 parent aafc9ca commit 86000d5

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
# Esperanto Analyzer - React
22

3+
---
4+
5+
6+
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com)
7+
8+
9+
#### Development
10+
11+
[![Build Status](https://travis-ci.com/fidelisrafael/esperanto-analyzer-react.svg?token=k5uMpn3U564QqWar8oA1&branch=development)](https://travis-ci.com/fidelisrafael/esperanto-analyzer-react)
12+
13+
#### Master
14+
15+
[![Build Status](https://travis-ci.com/fidelisrafael/esperanto-analyzer-react.svg?token=k5uMpn3U564QqWar8oA1&branch=master)](https://travis-ci.com/fidelisrafael/esperanto-analyzer-react)
16+
17+
---
18+
319
## About
420

5-
This React application is the front-end for the Pythonlibrary [esperanto-analyzer](https://github.com/fidelisrafael/esperanto-analyzer).
21+
This React application is the front-end for the Python library [esperanto-analyzer](https://github.com/fidelisrafael/esperanto-analyzer).
622

723
You can try the demo at: https://fidelisrafael.github.io/esperanto-analyzer-react/
824

925
![Frontend application](./public/esperanto_analyzer_screenshot.png)
1026

1127
---
1228

13-
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com)
14-
15-
1629
## Development Setup
1730

1831
```bash
@@ -34,11 +47,20 @@ const developmentConfig = {
3447
}
3548
```
3649

50+
### Tests
51+
52+
You can run all tests with:
53+
54+
```bash
55+
# or `npm test`
56+
yarn test
57+
```
58+
3759
---
3860

3961
## :calendar: Roadmap <a name="roadmap"></a>
4062

41-
- :white_medium_small_square: Write tests
63+
- :white_medium_small_square: Finish writing tests
4264
- :white_medium_small_square: Update this Roadmap with more plans
4365

4466

0 commit comments

Comments
 (0)