forked from svrjs/svrjs
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/tests/**/*.test.js'],
|
|
verbose: true,
|
|
};
|