diff --git a/backend/jest.config.js b/backend/jest.config.js new file mode 100644 index 0000000..9f1e9c7 --- /dev/null +++ b/backend/jest.config.js @@ -0,0 +1,4 @@ +module.exports = { + preset: 'ts-jest', + testEnvironment: 'node' +};