Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b160a2

Browse files
committedJan 11, 2024
chore: 📦 added a package for slack message integeration and script for same
1 parent 45698d0 commit 6b160a2

File tree

2 files changed

+206
-0
lines changed

2 files changed

+206
-0
lines changed
 

‎package-lock.json

+204
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"buildweb": "webpack --config webpack/webpack.web.js --mode production",
3232
"test": "npm run test:api && npm run test:unit",
3333
"test:sanity": "BABEL_ENV=test nyc --reporter=html --reporter=text mocha --require @babel/register ./test/sanity-check/sanity.js -t 30000 --reporter mochawesome --require babel-polyfill",
34+
"test:sanity-report": "node sanity-report.mjs",
3435
"test:api": "BABEL_ENV=test nyc --reporter=html --reporter=text mocha --require @babel/register ./test/test.js -t 30000 --reporter mochawesome --require babel-polyfill",
3536
"test:unit": "BABEL_ENV=test nyc --reporter=html --reporter=text mocha --require @babel/register ./test/unit/index.js -t 30000 --reporter mochawesome --require babel-polyfill",
3637
"test:unit:report:json": "BABEL_ENV=test nyc --reporter=clover --reporter=text mocha --require @babel/register ./test/unit/index.js -t 30000 --reporter json --reporter-options output=report.json --require babel-polyfill",
@@ -67,6 +68,7 @@
6768
"@babel/preset-env": "^7.18.2",
6869
"@babel/register": "^7.17.7",
6970
"@babel/runtime": "^7.18.3",
71+
"@slack/bolt": "^3.17.0",
7072
"@types/chai": "^4.3.11",
7173
"@types/jest": "^28.1.0",
7274
"@types/lodash": "^4.14.202",

0 commit comments

Comments
 (0)
Please sign in to comment.