mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 17:42:43 -04:00
6 lines
172 B
JavaScript
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)"]
|
|
})
|