svrjs-cache-mod/jest.config.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2024-12-15 19:21:25 +01:00
module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js'],
verbose: true,
};