From 1ec00009a68fc2b3bb00f620f7b4abdc5fe7d726 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Mon, 23 Dec 2024 16:41:56 +0200 Subject: [PATCH] fix match pattern --- tstyche.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tstyche.config.json b/tstyche.config.json index 1ad61e14ae49..bba3950eddc0 100644 --- a/tstyche.config.json +++ b/tstyche.config.json @@ -1,4 +1,4 @@ { "$schema": "https://tstyche.org/schemas/config.json", - "testFileMatch": ["packages/*/__typetests__/*.test.ts"] + "testFileMatch": ["packages/*/__typetests__/**/*.test.ts"] }