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
/
dist
/
debug.js
4 lines
•
143 B
JavaScript
View Raw
1
2
3
4
"use strict"
; process.
argv
.
push
(
'"dist/*.spec.js"'
,
'--exit'
);
require
(
'../node_modules/mocha/bin/mocha'
);
//# sourceMappingURL=debug.js.map