]> Untitled Git - lemmy.git/blob - ui/jest.config.js
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / jest.config.js
1 module.exports = {
2   preset: 'ts-jest',
3   testEnvironment: 'node',
4   testTimeout: 30000,
5   globals: {
6     'ts-jest': {
7       diagnostics: false,
8     },
9   },
10 };