summaryrefslogtreecommitdiffstats
path: root/test/schemas/.mocharc.json
blob: 0148197cab4f1f469462fd711dfd8e70ebf405eb (plain)
1
2
3
4
5
6
7
{
  "colors": true,
  "extension": ["ts"],
  "require": "ts-node/register",
  "slow": "500",
  "spec": "src/**/*.spec.ts"
}