mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-01 02:00:01 +00:00
10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
globals: {
|
||
|
'ts-jest': {
|
||
|
diagnostics: false,
|
||
|
},
|
||
|
},
|
||
|
};
|