mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
17 lines
317 B
JavaScript
17 lines
317 B
JavaScript
module.exports = {
|
|
extension: ['ts'],
|
|
require: ['ts-node/register'],
|
|
reporter: 'mochawesome',
|
|
slow: 75,
|
|
sorted: true,
|
|
'inline-diff': true,
|
|
diff: true,
|
|
'reporter-option': [
|
|
'reportDir=.test-report',
|
|
'reportFilename=index',
|
|
'quiet=true',
|
|
'json=false',
|
|
'consoleReporter=spec',
|
|
],
|
|
}
|