Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 409 Bytes

File metadata and controls

19 lines (12 loc) · 409 Bytes

CLI

Usage: kizu [options] <glob>

Example:

npx kizu -f 'src/**/*.test.ts'

Options

  • --fail-only, -f: Only show failures in the output. This often results in much less output.
  • --version, -v: Show version.
  • --help: Show help menu.

Glob

The glob pattern is used to match files to run tests on. It is passed to the tiny-glob library.