{
    "include": ["./test/**/*.test.ts"],
    "tsconfig": "./tsconfig.json",
    "reporters": {
       "standard": {
         "color": true
       }
    },
    "timeout": 10000
  }