Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/** @type {import('jest').Config} */
module.exports = {
...require('../../jest.config'),
globalSetup: '<rootDir>/test/setup.ts',
};