UNPKG
fsmachine
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
> A simple and small TypeScript finite state machine
github.com/seikho/fsmachine
seikho/fsmachine
fsmachine
/
src
/
debug.ts
3 lines
(2 loc)
•
91 B
text/typescript
View Raw
1
2
3
process.argv.push(
'"dist/*.spec.js"'
,
'--exit'
)
require
(
'../node_modules/mocha/bin/mocha'
)