mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testMatch: ["**/test/**/*.[jt]s?(x)"],
|
|
testEnvironment: 'node',
|
|
collectCoverage: true,
|
|
coveragePathIgnorePatterns: ['node_modules'],
|
|
};
|