From 8ec69959fe0075e782b81d637854dfe356161c44 Mon Sep 17 00:00:00 2001 From: kevin ramharak Date: Tue, 4 Nov 2025 15:36:04 +0100 Subject: [PATCH] add watch-ignore to stop infinite trigger when running watch:test --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 197209d9..f732fda0 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,7 @@ "ts-node/register" ], "watch-files": "src/**", + "watch-ignore": "src/test/fixtures/tmp-*", "spec": "src/test/**/*.ts" } } \ No newline at end of file