mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
11 lines
154 B
JavaScript
11 lines
154 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
reporter: 'spec',
|
|
colors: true,
|
|
recursive: true,
|
|
exit: true,
|
|
slow: 1000,
|
|
exclude: ['test/browser/**/*.js']
|
|
}
|