greenrhombus/jest.config.js

5 lines
105 B
JavaScript
Raw Normal View History

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