svrrouter/jest.config.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2025-01-01 18:09:15 +01:00
module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js'],
verbose: true,
};