svrrouter/jest.config.js
2025-01-01 18:09:15 +01:00

5 lines
No EOL
105 B
JavaScript

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