replace python django backend with nodejs backend
This commit is contained in:
10
backend/jest.config.js
Normal file
10
backend/jest.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
rootDir: 'src',
|
||||
modulePathIgnorePatterns: [
|
||||
'src/__tests__/util.ts',
|
||||
'src/controllers/api/v1/__tests__/util.ts',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user