We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba4d69 commit 1cbb303Copy full SHA for 1cbb303
sanity-report.js
@@ -3,7 +3,7 @@ const { App } = require('@slack/bolt');
3
const dotenv = require('dotenv')
4
dotenv.config()
5
6
-const cheerio = require('cheerio');
+const cheerio = require('cheerio'); //test synk
7
const tapHtmlContent = fs.readFileSync('./tap-html.html', 'utf8');
8
const report = `./tap-html.html`
9
const $ = cheerio.load(tapHtmlContent);
0 commit comments