{
  "require": "tsx",
  "file": ["test/setup-why.ts"],
  "spec": "test/**/*.test.ts",
  "exclude": [
    "test/dist/*.{js,ts}",
    "test/feature/*.{js,ts}",
    "test/integration/shared-worker/*.{js,ts}"
  ],
  "timeout": 5000,
  "reporter": "spec"
}
