From 3f837d30361841085ff6e4e10316913ec0c36c0d Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 10 Feb 2021 10:32:17 -0600 Subject: [PATCH] Fix tests failing due to collisions in release --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 888f9dfe..65b26ef2 100644 --- a/package.json +++ b/package.json @@ -139,6 +139,9 @@ "global": { "lines": 40 } - } + }, + "modulePathIgnorePatterns": [ + "/release" + ] } }