You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Running Tests
|
|
|
|
To run tests (with node.js installed) you must complete 2 steps.
|
|
|
|
## 1 Install dependencies
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## 2 Run tests
|
|
|
|
```
|
|
npm test
|
|
```
|