Files
pnpm/packages/server/jest.config.js
Zoltan Kochan 593d56b76d test: migrate to Jest
ref #2858
2020-12-10 03:39:38 +02:00

7 lines
114 B
JavaScript

const config = require('../../jest.config')
module.exports = {
...config,
testMatch: ["**/test/index.ts"],
}