Skip to content

Commit 7e6322f

Browse files
authored
Update README.md
1 parent 73b6c5a commit 7e6322f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Inside it's scope use ```npm install``` to install all dependencies and ```npm s
2626
> - Be sure that the database is working before starting the server.
2727
> - All the database connections you need (for each environment) are in ```/server/config/database.json```.
2828
29-
The Passport implementation uses
30-
3129
#### Client-Side
3230
In the ```/client/``` folder we have the client-side React application.
3331

@@ -40,11 +38,11 @@ The UI is fully made using [Semantic UI](https://semantic-ui.com/) - decided tha
4038
#### TDD + BDD
4139
We have some tests too to be sure that our client and server-side API are working succesfully.
4240

43-
There some tests I wrote in Mocha + Chai, disposed in ```/server/test/```.
41+
I have writen some tests in API side using [Mocha](https://mochajs.org/) and [Chai](http://www.chaijs.com/), disposed in ```/server/test/```.
4442

45-
Mocha is used to build the tests and Chai to configure the asserts (TDD) and the behaviours (BDD) to improve the test accuracy against the way we can use the API and also the way we should take care about errors. This way we know it's OK for every case.
43+
Mocha is used to build tests and Chai to configure the asserts (TDD) and the behaviours (BDD) to improve test accuracy against the way we can use the API and also the way we should take care about errors. This way we know it's OK for every situation.
4644

47-
You can run all tests entering the server folder in terminal and just typing: ```npm run test``` - It's configured to run and compile with Babel (ES6) in then server "package.json".
45+
You can run all tests entering the server folder in terminal and just typing: ```npm run test``` - It's configured to run and compile with **Babel (ES6)** in then server "package.json".
4846

4947
#### Developed by
5048
Rodrigo Quiñones Pichioli, since Mar/02/2018

0 commit comments

Comments
 (0)