Files
omnivore/packages/api/mocha-config.json
2024-04-04 12:17:15 +08:00

8 lines
182 B
JSON

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