aboutsummaryrefslogtreecommitdiff
path: root/.mocharc.json
blob: c22965b46d15bda6b175c6214675f49059d5e65e (plain)
1
2
3
4
5
6
7
8
9
{
  "require": [
    "chai/register-should",
    "ts-node/register",
    "test/utils/dbConnection.ts"
  ],
  "timeout": 30000,
  "exit": true
}