Files
pnpm/packages/package-bins/jest.config.js
2021-03-21 00:04:20 +02:00

6 lines
172 B
JavaScript

const config = require('../../jest.config.js')
module.exports = Object.assign({}, config, {
// Shallow so fixtures aren't matched
testMatch: ["**/test/*.[jt]s?(x)"]
})