aria-tools
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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

Dependencies (15)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i aria-tools

    Weekly Downloads

    6

    Version

    0.0.6

    License

    ISC

    Unpacked Size

    9.88 kB

    Total Files

    5

    Last publish

    Collaborators

    • ngx-devtools