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