mernmail-svrjs-mod/jest.config.js

5 lines
105 B
JavaScript
Raw Normal View History

2024-11-08 16:32:47 +01:00
module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js'],
verbose: true,
};