jannn / core /jest.config.js
oldg591's picture
fc
3459571
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleNameMapper: {
'@/(.*)': '<rootDir>/src/$1',
},
}