UNPKG

binary-format

Version:

Two-way custom binary seralization

11 lines (9 loc) 272 B
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' });