mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
* test: migrate pnpmfile to jest * test: migrate package-bins to jest * test: migrate outdated to jest * chore: fix manifest updater * test: remove redundant file PR #2953 ref #2858 Co-authored-by: Zoltan Kochan <z@kochan.io>
7 lines
174 B
JavaScript
7 lines
174 B
JavaScript
const config = require('../../jest.config.js');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
// we ignore test/pnpmfiles helpers
|
|
testMatch: ["**/test/*.[jt]s?(x)"],
|
|
});
|