omnivore/packages/api/mocha-config.json

6 lines
149 B
JSON
Raw Normal View History

2022-02-11 17:24:33 +00:00
{
"extension": ["ts"],
"spec": "test/**/*.test.ts",
"require": ["test/babel-register.js", "test/global-setup.ts", "test/global-teardown.ts"]
}