Skip to content

entoj/entoj-export-twig

Repository files navigation

Linux Build Windows Build Test Coverage

Entoj Twig Export

Running tests

Run all test specs at once

npm test

Run all tests matching the given regex

npm test -- --grep model/

Enable logging while running tests

npm test --vvvv

Run all tests and shows test coverage

npm run coverage

Lint all source files

npm run lint

Licence

Apache License 2.0