web/packages/sncrypto-common/jest.config.js
2022-07-06 12:21:21 +02:00

12 lines
251 B
JavaScript

// eslint-disable-next-line @typescript-eslint/no-var-requires
const base = require('../../node_modules/@standardnotes/config/src/jest.json');
module.exports = {
...base,
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
},
}
};