fp/services/capture/.mocharc.json

6 lines
144 B
JSON
Raw Normal View History

{
2024-07-23 02:59:41 +00:00
"$schema": "https://json.schemastore.org/mocharc.json",
"extensions": ["ts"],
"spec": "./src/**/*.spec.ts",
"require": "tsx"
}