diff --git a/backend/jest.config.js b/backend/jest.config.js new file mode 100644 index 0000000..dc0a5df --- /dev/null +++ b/backend/jest.config.js @@ -0,0 +1,4 @@ +module.exports = { + testEnvironment: 'node', + testMatch: ['**/tests/**/*.test.js'], +};