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'),
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
};