Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 341 Bytes

File metadata and controls

30 lines (20 loc) · 341 Bytes

JavaScript

Requirements

Node.

Check we have it installed with:

$ node --version
v14.7.0

Quick Start

# jump in to this directory
cd javascript

# install the dependencies
npm install

# run the tests
npm test

# watch the tests
npm run test:watch

back