From 1f7cfd2c43d55851e95c9ae109e60eeefc62b5e0 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 20 Nov 2024 11:42:37 -0700 Subject: [PATCH] no test timeout --- .mocharc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mocharc.json b/.mocharc.json index 4c05ee3..5e7b102 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -3,5 +3,6 @@ "extension": ["ts"], "recursive": true, "failZero": true, - "color": true + "color": true, + "timeout": 0 }