aria-tools
v0.0.6
Published
CLI for commonly use dev tools (test, build, serve, coverage)
Downloads
13
Readme
aria-tools
Simple testing tools, zero configuration command line interface
Installation
Jasmine
npm install --save-dev aria-tools @types/jasmine
Mocha Chai
npm install --save-dev aria-tools @types/mocha @types/chai
Usage
By default it will look
.spec.ts
files in yoursrc
folderaria 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