From c6e04e9ca00d2c96bcd74f198d28762f64c19105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sun, 11 Dec 2022 22:17:29 +0000 Subject: [PATCH] jest config updated to ignore deno tests (ref #66) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c764db..ece6b15 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "cobertura" ], "testMatch": [ - "**/*.test.js" + "**/__tests__/**/*.test.js" ] }, "devDependencies": {