0.0.6 • Published 5 years ago

aria-tools v0.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

npm version License: MIT

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 your src folder
    aria test <dir>
    • custom extension name of your spec files

      aria test <dir> --extname .test.ts
  • Serve your test coverage

    aria serve --test-coverage

Demo