1.2.0 • Published 2 years ago

pta v1.2.0

Weekly downloads
199
License
MIT
Repository
github
Last release
2 years ago

PTA

Test runner for any zora testing program, using node (version >= 16).

Installation

npm i -g pta

Usage

example:

pta test/**/*.js

Note: it should work with both module format commonjs and ES

Options

Usage
    pta [<file> ...]

  Options
    --only             Runs zora in "only mode"

    --reporter, -R          One of tap, log. Otherwise it will use the default reporter


  Examples
    pta
    pta test/{unit,int}/**/*.js

  If no argument is provided, the CLI will use the following patterns:
    - **/test.js
    - **/*.spec.js
    - **/*.test.js
    - **/test/**/*.js
    - **/tests/**/*.js
    - **/__tests__/**/*.js
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago

1.0.0-alpha.2

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago