Unofficial test code to experiment with the design of the Juggling Interchange Format.
Initialize dependencies using npm install
.
Run the main script using npm run exec
.
Run other scripts using npx ts-node src/<filename>
.
Alternatively, compile everything using tsc
and then run node dist/src/<filename>
.
Run npm test
. Tests are run using jasmine.