env-cmd/.mocharc.json
2024-12-02 10:30:43 -09:00

9 lines
157 B
JSON

{
"$schema": "https://json.schemastore.org/mocharc.json",
"require": ["tsx/esm", "esmock"],
"extensions": ["ts"],
"spec": [
"test/**/*.ts"
]
}