mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
globals: {
|
|
'ts-jest': {
|
|
tsconfig: 'tsconfig.test.json',
|
|
},
|
|
},
|
|
};
|