diff --git a/server/.mocharc.json b/server/.mocharc.json index 5a26266b1..55cf6ec7c 100644 --- a/server/.mocharc.json +++ b/server/.mocharc.json @@ -1,5 +1,5 @@ { - "spec": ["src"], + "spec": ["tests"], "recursive": true, "extension": ["ts"], "require": "ts-node/register"