nzt

0

Описание

testsuite testing tool

Языки

  • TypeScript100%
README.md

TypeScript testing library

See sampleTests.ts

Usage

  1. Compile
    tsc sampleTests.ts
  2. Run
    node sampleTests.js

Author: Nazarov A.A. 2024

Installation

  1. Install via NPM
    npm install nzt-ts --save
  2. Import test engine
    import { NZT, createTestEngine } from 'nzt-ts'

Project at GitHub Project at NPM Sandbox