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