modsecurity-integration/jest.config.js
Dorian Niemiec 67c0c8b97f
Some checks failed
Repo sync GitHub -> SVR.JS Git server / svrjsgit (push) Has been cancelled
chore: init
2025-01-12 18:33:26 +01:00

5 lines
No EOL
105 B
JavaScript

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