fp/packages/utils/.mocharc.json

6 lines
144 B
JSON
Raw Normal View History

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