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