0.0.6 • Published 6 years ago
aria-tools v0.0.6
aria-tools
Simple testing tools, zero configuration command line interface
Installation
Jasmine
npm install --save-dev aria-tools @types/jasmineMocha Chai
npm install --save-dev aria-tools @types/mocha @types/chai
Usage
- By default it will look
.spec.tsfiles in yoursrcfolderaria test <dir>custom extension name of your spec files
aria test <dir> --extname .test.ts
Serve your test coverage
- open in your browser
- http://localhost:9899
aria serve --test-coverage