fa93e4ebdf
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
module.exports = {
|
|
logLevel: 'debug',
|
|
spec: 'test/build/**/*.spec.js',
|
|
exit: !!process.env.CI,
|
|
reporter: 'spec',
|
|
timeout: 10_000,
|
|
};
|