UNPKG

@rockpack/tester

Version:

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

8 lines (6 loc) 165 B
const path = require('node:path'); module.exports = { process(src, filename) { return `module.exports = ${JSON.stringify(path.basename(filename))};`; }, };