UNPKG
specify-assertions
Version:
latest (1.0.0)
1.0.0
Beautiful assertion library.
origamitower/specify-assertions
specify-assertions
/
test
/
tap.js
10 lines
(8 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
require
(
'es5-shim'
)
require
(
'es5-shim/es5-sham'
)
var
hifive =
require
(
'hifive'
)
var
tap =
require
(
'hifive-tap'
)
var
specs =
require
(
'./specs'
) hifive.
run
(specs,
tap
()).
otherwise
(
function
(
) {
if
(
typeof
process !=
'undefined'
) process.
exit
(
1
) })