deemix-gui/server/jest.config.js

7 lines
112 B
JavaScript

module.exports = {
clearMocks: true,
roots: ['<rootDir>/src'],
testEnvironment: 'node',
preset: 'ts-jest'
}