From 0942051044cb826ede87c67c5c9485bd67cb2ff4 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 23 Mar 2026 17:32:19 -0500 Subject: [PATCH] Don't run bskylink tests with Jest --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 58e8263302..5ec3756cc8 100644 --- a/package.json +++ b/package.json @@ -324,7 +324,8 @@ ], "modulePathIgnorePatterns": [ "__tests__/.*/__mocks__", - "__e2e__/.*" + "__e2e__/.*", + "bskylink/.*" ], "coveragePathIgnorePatterns": [ "/node_modules/",