repositories
/
poolifier.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: switch benchmarks to pnpm
[poolifier.git]
/
.mocharc.json
1
{
2
"parallel": true,
3
"diff": true,
4
"package": "./package.json",
5
"timeout": 20000,
6
"full-trace": true,
7
"exit": true,
8
"enable-source-maps": true,
9
"reporter": "mochawesome",
10
"reporter-options": "reportDir=outputs/mochawesome-report,json=false",
11
"require": ["mochawesome/register"]
12
}