svrjs-mod-starter/jest.config.js
2024-08-27 07:15:53 +02:00

5 lines
No EOL
105 B
JavaScript

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