From abe59610af96ce9785eb7783c1d77f68e791f3a9 Mon Sep 17 00:00:00 2001 From: tharvik Date: Fri, 16 Feb 2024 15:44:13 +0100 Subject: [PATCH] fixup! mocha: add ts-node dep in consumers --- server/.mocharc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"