зеркало из https://github.com/microsoft/etcd3.git
7 строки
158 B
JavaScript
7 строки
158 B
JavaScript
|
module.exports = {
|
||
|
require: ['source-map-support/register', './lib/test/_setup.js'],
|
||
|
timeout: 10 * 1000,
|
||
|
exit: true,
|
||
|
spec: 'lib/test/**/*.test.js'
|
||
|
};
|