imanirudh1 / ds-algo-using-javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install -g jest
cd exercises

Now to run all the test cases enter the following command:-

jest

To run test case of specific file enter the following command:-

jest [folderName]/test.js --watch

eg.

jest fib/test.js --watch

About


Languages

Language:JavaScript 87.5%Language:HTML 12.5%