sf-static/portfolio/node_modules/pug/test/README.md
2023-02-28 19:21:07 +01:00

15 lines
164 B
Markdown

# Running Tests
To run tests (with node.js installed) you must complete 2 steps.
## 1 Install dependencies
```
npm install
```
## 2 Run tests
```
npm test
```