UNPKG

@rockpack/tester

Version:

Small wrapper for Jest and testing best practice.

8 lines (6 loc) 176 B
module.exports = (argv, src, options) => { src.forEach((s) => { argv.push(`--testMatch="<rootDir>${s}/**/*.${options.prefix}.{js,jsx,ts,tsx}"`); }); return argv; };