Files
omnivore/packages/api/mocha-config.json
2024-05-15 16:23:52 +08:00

8 lines
199 B
JSON

{
"extension": ["ts"],
"spec": "test/**/*.test.ts",
"reporter": "mocha-unfunk-reporter",
"require": ["test/global-setup.ts", "test/global-teardown.ts", "test/hooks.ts"],
"timeout": 10000
}