svrjs-mod-starter/jest.config.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2024-08-27 07:15:53 +02:00
module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.js'],
verbose: true,
};