deemix-gui/server/jest.config.js

7 lines
112 B
JavaScript
Raw Permalink Normal View History

2021-04-09 18:45:32 +02:00
module.exports = {
clearMocks: true,
roots: ['<rootDir>/src'],
testEnvironment: 'node',
preset: 'ts-jest'
}