From 072964967d59efef577d6379048d728a8e01c5b2 Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Tue, 19 Mar 2019 11:23:11 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e05a24..f7b0621 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ## Essential Information: * braid uses [mocha (test framework)](https://www.npmjs.com/package/mocha), [chai (BDD/TDD assertion library)](https://www.npmjs.com/package/chai), [sinnon (spies, stubs, and mocks)](https://www.npmjs.com/package/sinon), [nyc (code coverage calculator)](https://www.npmjs.com/package/nyc) for our unit testing. Get aquainted with these packages to have a smooth unit testing experience. +* for schema management/validation, braid uses [joi](https://github.com/hapijs/joi/). * For web sockets braid uses [ws](https://www.npmjs.com/package/ws) * braid uses [typescript](https://www.npmjs.com/package/typescript) for our primary code development because of it's opinionated type management among other things. Get a good understanding of what typescript is, it's benifits, drawbacks, and dev flow