chai : BDD/TDD assertion library for node.js and the browser. Test framework agnostic.. You can installing chai npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install chai $ sudo npm install -g chai
If want to update the chai package execute the command as below,
$ sudo npm update chai
Update package globally,
$ npm install -g chai
$ sudo git clone https://github.com/rektide/chai.git
$ sudo npm install -g ./chai
chai@4.1.2 /usr/lib/node_modules/chai
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chai
Package Name | chai |
Version | 4.1.2 |
Description | BDD/TDD assertion library for node.js and the browser. Test framework agnostic. |
Released Date | 2017-08-31T21:41:39.965Z |
Published by | chaijs |
How to Learn | https://www.npmjs.com/package/chai/tutorial |