- flush
build/archives, compile.tsfiles undersrc/, run specs, and generate reports insidereports/
grunt
- run all the compiled specs [optional]
grunt run:commands
- compile all
.ts/.tsxfiles throughtsconfig.json
tsc
- compile specific
tsfile
tsc src/specs/frisby_status.spec.ts --outDir build/
- test execution
npm test build/


