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