standardnotes-server/packages/domain-events-infra/jest.config.js

12 lines
214 B
JavaScript
Raw Normal View History

2022-07-06 08:11:17 +00:00
// eslint-disable-next-line @typescript-eslint/no-var-requires
const base = require('../../jest.config');
module.exports = {
...base,
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
},
}
};