@chialab/rna-node-test-runner
TypeScript icon, indicating that this package has built-in type declarations

0.18.0 • Public • Published

RNA logo

RNA Node Test Runner • A test runner for node based on Mocha.

NPM


Install

npm i @chialab/rna-node-test-runner -D
yarn add @chialab/rna-node-test-runner -D

Usage

Via import

import { test } from '@chialab/rna-node-test-runner';

await test({
    // files: ['...'],
});

Via cli

rna test:node [options] [specs...]

Options:
  --coverage  collect code coverage
  -h, --help  display help for command

License

RNA Node Test Runner is released under the MIT license.

/@chialab/rna-node-test-runner/

    Package Sidebar

    Install

    npm i @chialab/rna-node-test-runner

    Weekly Downloads

    5

    Version

    0.18.0

    License

    MIT

    Unpacked Size

    6.96 kB

    Total Files

    7

    Last publish

    Collaborators

    • chialab-admin
    • chialab-developers