Files
accountbook/jest.config.js
T

7 lines
141 B
JavaScript

module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/server'],
testMatch: ['**/__tests__/**/*.test.js'],
verbose: true,
};