logging
This commit is contained in:
6
apps/api/jest.config.js
Normal file
6
apps/api/jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
roots: ['<rootDir>/src'],
|
||||
testRegex: '.*\\.spec\\.ts$',
|
||||
};
|
||||
Reference in New Issue
Block a user