Files
pnpm/packages/pnpmfile/jest.config.js
Juan Picado 437da8e390 test: migrate packages to Jest
* 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>
2020-10-26 12:13:04 +02:00

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)"],
});