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