diff --git a/src/slackNotifier.js b/src/slackNotifier.js index 4bcf6c7..be1b430 100644 --- a/src/slackNotifier.js +++ b/src/slackNotifier.js @@ -2,6 +2,7 @@ import fetch from "node-fetch"; import config from "../config/index.js"; import logger from "./logger.js"; +/* istanbul ignore next */ export default async function fetchAndSendLatestEntries(repo) { if (!config.slackWebhookUrl) { logger.info("No Slack webhook URL provided. Skipping sending to Slack.");