From b70ad420c3a4890dd8ceda907af3839e04cdbe87 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 04:49:59 -0500 Subject: [PATCH] add null SENTRY_DSN to tests --- jestconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jestconfig.json b/jestconfig.json index 771d3c8..7e51963 100644 --- a/jestconfig.json +++ b/jestconfig.json @@ -17,7 +17,7 @@ "REDIRECT_URL": "https://github.com/FixTweet/FixTweet", "EMBED_URL": "https://github.com/FixTweet/FixTweet", "RELEASE_NAME": "fixtweet-test", - "TEST": true + "SENTRY_DSN": null }, "testRegex": "/test/.*\\.test\\.ts$", "collectCoverageFrom": ["src/**/*.{ts,js}"]