4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/tests/**/*.test.js']
|
|
}; |