erp_be/jest.config.js
2026-06-17 11:30:11 +05:30

6 lines
122 B
JavaScript

module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js'],
setupFiles: ['dotenv/config'],
};