UNPKG
@tickur/runner
Version:
latest (1.0.0)
1.0.0
Tickur Runner is a tool that supports playing Tickur-recorded test cases in command line mode.
@tickur/runner
/
cli.js
2 lines
•
65 B
JavaScript
View Raw
1
2
#!/usr/bin/env node
module
.
exports
=
require
(
"./tickur-runner.js"
);