UNPKG

jest-file

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