UNPKG

@rockpack/tester

Version:

Pre-configured Jest setup for React and TypeScript with testing-library and best-practice defaults

6 lines (5 loc) 130 B
module.exports = (src, prefix) => { return src.map((s) => { return `<rootDir>${s}/**/*.${prefix}.{js,jsx,ts,tsx}`; }); };