summaryrefslogtreecommitdiffstats
path: root/ui/jest.config.js
blob: abe695be928d939b9b36cbc38e47609ac28cafc1 (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testTimeout: 30000,
  globals: {
    'ts-jest': {
      diagnostics: false,
    },
  },
};