configuring backend tests
This commit is contained in:
6
server/jest.config.js
Normal file
6
server/jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
setupFiles: ['dotenv/config'],
|
||||
roots: ['<rootDir>/dist']
|
||||
};
|
||||
Reference in New Issue
Block a user