TypeScript testing library See sampleTests.ts Usage Compile tsc sampleTests.ts Run node sampleTests.js Author: Nazarov A.A. 2024 Installation Install via NPM npm install nzt-ts --save Import test engine import { NZT, createTestEngine } from 'nzt-ts' Project at GitHub Project at NPM Sandbox