UNPKG
tap-only
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Get exclusive / focus tests for node-tap
github.com/jamestalmage/tap-only
jamestalmage/tap-only
tap-only
/
bin
/
run.js
11 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
'use strict'
;
console
.
log
(__dirname);
try
{
require
(
'../../tap/bin/run.js'
); }
catch
(e) {
console
.
error
(
'could not find global tap executable - tap/bin/run.js'
); process.
exit
(
1
); }