Better org of tests
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
roots: ['src'],
|
||||
roots: ['tests'],
|
||||
moduleNameMapper: {
|
||||
'src/(.*)': '<rootDir>/src/$1',
|
||||
},
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
coverageReporters: [
|
||||
|
||||
Reference in New Issue
Block a user