From 6a8e8050375d1e7257a13fa0617297ee3843c79b Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Mon, 11 Nov 2019 11:57:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2e956..614f5c7 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Websocket server for the Measure platform [![Build Status](https://semaphoreci.com/api/v1/projects/7767f0f3-4da6-4c84-9167-4db5402a3262/2573412/badge.svg)](https://semaphoreci.com/yardstick/braid) -[![Maintainability](https://api.codeclimate.com/v1/badges/0a5bda25fcacea5ba62b/maintainability)](https://codeclimate.com/repos/5c8ac304d227cc026e002195/maintainability) +[![Maintainability](https://api.codeclimate.com/v1/badges/bd7380e224b2df81f296/maintainability)](https://codeclimate.com/repos/5dc9919be9fca801620102e9/maintainabilityy) ## 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.