Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 943 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 943 Bytes

INSTRUCTION

Installation

First, please clone this repository

git clone https://github.com/vietantran1215/problem-solving-with-js.git

Then, move to inner folder and install the dependencies

cd problem-solving-with-js
npm install

Now you can run the test of all my coding exercises

Currently, there's only guide for running tests in Visual Studio Code available. I will provide guide for running test in Webstorm later ^^

Because this repository contains lots of exercises and their tests, I highly recommend you to install this extension: https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner

image

Then, you can run the tests of a single exercise by clicking "Run" here: image