mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
|
module.exports = {
|
||
|
verbose: false,
|
||
|
collectCoverage: true,
|
||
|
coverageDirectory: './coverage/',
|
||
|
};
|