UNPKG

@rockpack/tester

Version:

Small wrapper for Jest and testing best practice.

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