omnivore/packages/api/mocha-config.json

8 lines
199 B
JSON
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
{
"extension": ["ts"],
"spec": "test/**/*.test.ts",
"reporter": "mocha-unfunk-reporter",
2024-05-15 08:23:52 +00:00
"require": ["test/global-setup.ts", "test/global-teardown.ts", "test/hooks.ts"],
2024-03-23 07:52:52 +00:00
"timeout": 10000
2022-02-11 17:24:33 +00:00
}