pixsy/node_modules/pug/test/README.md

16 lines
164 B
Markdown
Raw Normal View History

2017-12-22 17:22:08 +00:00
# Running Tests
To run tests (with node.js installed) you must complete 2 steps.
## 1 Install dependencies
```
npm install
```
## 2 Run tests
```
npm test
```