]> Untitled Git - lemmy.git/blob - ui/jest.config.js
Adding a test bed for API testing. #658
[lemmy.git] / ui / jest.config.js
1 module.exports = {
2   preset: 'ts-jest',
3   testEnvironment: 'node',
4   globals: {
5     'ts-jest': {
6       diagnostics: false,
7     },
8   },
9 };