Enable test cases for both apps
This commit is contained in:
6
backend/jest.config.js
Normal file
6
backend/jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
testEnvironment: 'node',
|
||||
transform: {},
|
||||
moduleFileExtensions: ['js', 'json'],
|
||||
testMatch: ['**/__tests__/**/*.test.js'],
|
||||
}
|
||||
Reference in New Issue
Block a user