Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 524 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 524 Bytes

HertzTest

Comprehensive (soon) integration tests for the HertzScript compiler!

Usage

git clone https://github.com/trgwii/HertzTest.git
cd HertzTest
npm i
npm test

Command-line options

-o / --output

npm test -- -o
npm test -- --output

Show output from each compilation and run

[testName]

npm test -- basic -o
npm test -- -o spawn
npm test -- generators basic

Filter tests based on test name (only run selected tests)