modsecurity-integration/jest.config.js

5 lines
105 B
JavaScript
Raw Normal View History

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