add null SENTRY_DSN to tests

This commit is contained in:
dangered wolf 2023-11-10 04:49:59 -05:00
parent b4b1a28bfc
commit b70ad420c3
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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}"]