mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"diff": true,
|
|
"extension": ["js", "cjs", "mjs"],
|
|
"package": "./package.json",
|
|
"reporter": "spec",
|
|
"slow": 75,
|
|
"timeout": 2000,
|
|
"ui": "bdd",
|
|
"watch-ignore": ["node_modules", ".git"]
|
|
}
|