UNPKG
boo
Version:
latest (2.0.0)
2.0.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
0.1.0
Core prototypical primitives for Object Orientation/Composition.
killdream/boo
boo
/
test
/
node.js
6 lines
(5 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
var
brofist =
require
(
'brofist'
)
var
reporter =
require
(
'brofist-minimal'
) brofist.
run
(
require
(
'./specs'
),
reporter
()).
then
(
function
(
results
) {
if
(results.
failed
.
length
) process.
exit
(
1
) })