mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-21 16:41:49 -04:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
const config = require('../../jest.config')
|
|
|
|
module.exports = {
|
|
...config,
|
|
testMatch: ["**/test/index.ts"],
|
|
}
|