UNPKG

@rockpack/tester

Version:

Small wrapper for Jest and testing best practice.

11 lines (7 loc) 192 B
const jest = require('jest'); const argsCompiler = require('./args-compiler'); function run(opts = {}) { const argv = argsCompiler(opts, 'run'); jest.run(argv); } module.exports = run;