Comprehensive (soon) integration tests for the HertzScript compiler!
git clone https://github.com/trgwii/HertzTest.git
cd HertzTest
npm i
npm test
npm test -- -o
npm test -- --output
Show output from each compilation and run
npm test -- basic -o
npm test -- -o spawn
npm test -- generators basic
Filter tests based on test name (only run selected tests)