mernmail-svrjs-mod/jest.config.js
2024-11-08 16:32:47 +01:00

5 lines
No EOL
105 B
JavaScript

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