Skip to content

Commit 4f6c9ae

Browse files
committed
added testings message on readme
1 parent 3fd504f commit 4f6c9ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ After forking and cloning this repository, remember installing every necessary p
4343

4444
Still, there is a package that needs manual installation because it is generally installed globally: *firebase-tools*. To be able to run the server you will need to install it and initialize it following [this tutorial](https://firebase.google.com/docs/functions/get-started), which also shows how to upload your first cloud function (remember you do not need to do this, you can develop and test the methods on a server deployed locally).
4545

46+
### Testng
47+
48+
Testing is done using [mocha](https://mochajs.org/) and [chai](https://www.chaijs.com/).
49+
To evaluate the testing process, run `npm test` on the functions folder. The results will be printed on console and outputted to a graphical report on *functions/tests/results/* powered by [mochawesome](https://github.com/adamgruber/mochawesome).
50+
4651
## Resources
4752

4853
### Libraries & tools

0 commit comments

Comments
 (0)