jest-matcher-utils : A set of utility functions for expect and related packages. You can installing jest-matcher-utils 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 jest-matcher-utils $ sudo npm install -g jest-matcher-utils
If want to update the jest-matcher-utils package execute the command as below,
$ sudo npm update jest-matcher-utils
Update package globally,
$ npm install -g jest-matcher-utils
$ sudo git clone https://github.com/rektide/jest-matcher-utils.git
$ sudo npm install -g ./jest-matcher-utils
jest-matcher-utils@21.2.1 /usr/lib/node_modules/jest-matcher-utils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jest-matcher-utils
Package Name | jest-matcher-utils |
Version | 21.2.1 |
Description | A set of utility functions for expect and related packages |
Released Date | 2017-09-27T22:15:07.776Z |
Published by | cpojer |
How to Learn | https://www.npmjs.com/package/jest-matcher-utils/tutorial |