mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
module.exports = {
|
|
...require('../../jest.config.js'),
|
|
testPathIgnorePatterns: ['test/utils.ts'],
|
|
}
|