fp/packages/utils/.mocharc.json

6 lines
144 B
JSON
Raw Normal View History

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