omnivore/packages/api/mocha-config.json
2022-04-05 17:17:03 +08:00

5 lines
165 B
JSON

{
"extension": ["ts"],
"spec": "test/services/create_user.test.ts",
"require": ["test/babel-register.js", "test/global-setup.ts", "test/global-teardown.ts"]
}