Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 558 Bytes

TSTT_GEN

Super fast TS tests template generator written in Rust.

WIP

Image

Development process

Prepare tests suites as json from sheets: read more

cd sheets && node sheets_as_json.js

Parse suites into test files:

cargo run

Run all:

cd sheets && node sheets_as_json.js && cd .. && cargo run

Blog Posts