UNPKG
binary-format
Version:
latest (0.0.1)
0.0.1
Two-way custom binary seralization
RobertBorg/node-BinaryFormat
binary-format
/
test
/
test.runner.js
11 lines
(9 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
testrunner =
require
(
'qunit'
); testrunner.options.errorsOnly =
true
; testrunner.options.assertions =
false
; testrunner.options.summary =
false
; testrunner.options.coverage =
false
; testrunner.
run
({
code
:
'../src/jparser.js'
,
tests
:
'./testjparser.js'
});