svrjs-cache-mod/jest.config.js
2024-12-15 19:21:25 +01:00

5 lines
No EOL
105 B
JavaScript

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