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