mirror of
https://gitlab.com/RemixDev/deemix-gui.git
synced 2025-01-19 21:28:29 +00:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
|
module.exports = {
|
||
|
clearMocks: true,
|
||
|
roots: ['<rootDir>/src'],
|
||
|
testEnvironment: 'node',
|
||
|
preset: 'ts-jest'
|
||
|
}
|