sf-static/portfolio/node_modules/pug/test
2023-02-28 19:21:07 +01:00
..
anti-cases initial commit 2023-02-28 19:21:07 +01:00
browser initial commit 2023-02-28 19:21:07 +01:00
cases initial commit 2023-02-28 19:21:07 +01:00
cases-es2015 initial commit 2023-02-28 19:21:07 +01:00
dependencies initial commit 2023-02-28 19:21:07 +01:00
duplicate-block initial commit 2023-02-28 19:21:07 +01:00
fixtures initial commit 2023-02-28 19:21:07 +01:00
output initial commit 2023-02-28 19:21:07 +01:00
output-es2015 initial commit 2023-02-28 19:21:07 +01:00
temp initial commit 2023-02-28 19:21:07 +01:00
error.reporting.test.js initial commit 2023-02-28 19:21:07 +01:00
examples.test.js initial commit 2023-02-28 19:21:07 +01:00
pug.test.js initial commit 2023-02-28 19:21:07 +01:00
README.md initial commit 2023-02-28 19:21:07 +01:00
run-es2015.test.js initial commit 2023-02-28 19:21:07 +01:00
run-syntax-errors.test.js initial commit 2023-02-28 19:21:07 +01:00
run-utils.js initial commit 2023-02-28 19:21:07 +01:00
run.test.js initial commit 2023-02-28 19:21:07 +01: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