UNPKG

@rockpack/tester

Version:

Small wrapper for Jest and testing best practice.

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