diff --git a/packages/api/mocha-config.json b/packages/api/mocha-config.json index b7a0e4f93..ee206ab32 100644 --- a/packages/api/mocha-config.json +++ b/packages/api/mocha-config.json @@ -1,5 +1,5 @@ { "extension": ["ts"], - "spec": "test/**/*.test.ts", + "spec": "test/elastic/*.test.ts", "require": ["test/babel-register.js", "test/global-setup.ts", "test/global-teardown.ts"] }