mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/mocharc.json",
|
|
"require": ["tsx/esm", "esmock"],
|
|
"extensions": ["ts"],
|
|
"spec": [
|
|
"test/**/*.ts"
|
|
]
|
|
}
|