dockerfile/examples/omnivore/official-src/omnivore-main/packages/text-to-speech/mocha-config.json

5 lines
103 B
JSON
Raw Normal View History

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