omnivore/packages/import-handler/mocha-config.json

6 lines
85 B
JSON
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
{
"extension": ["ts"],
2024-07-04 04:56:28 +00:00
"spec": "test/**/*.test.ts",
"timeout": 10000
2024-03-23 08:40:01 +00:00
}