This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CircleCI Incoming Webhook Script for Rocket.Chat | |
* @author <github.com/kixpanganiban> | |
*/ | |
class Script { | |
process_incoming_request({ request }) { | |
const statusMaps = { | |
'success': 'passed all tests', | |
'no_tests': 'has no tests', |