Talk is cheap. Show me the code.
-
Simulation of the standard
These instructions should be sufficient for one to get the project going on their local machine
make sure you have node.js installed version 14.15+
To clone the project, run
git clone https://github.com/jiayisheji/shredded-code.git
To install the dependencies after you've cloned the project, go to its root folder and run
cd shredded-code && npm install
-
Run
npm run test
to execute the unit tests via Jest. -
Run
npm run promisesaplus-tests
to execute the Promises/A+ unit tests via Jest.
Any support is welcome. At least you can give us a star ⭐