dockerfile/examples/omnivore/official-src/omnivore-main/packages/api/mocha-config.json

7 lines
188 B
JSON
Raw Normal View History

2024-03-15 14:52:38 +08:00
{
"extension": ["ts"],
"spec": "test/**/*.test.ts",
"reporter": "mocha-unfunk-reporter",
"require": ["test/babel-register.js", "test/global-setup.ts", "test/global-teardown.ts"]
}