===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-177-                } else if (errMsgMatcher) {
node-chai-as-promised-7.1.1/lib/chai-as-promised.js:178:                    assertionMessage = `expected promise to be rejected with an error ${matcherRelation} #{exp} but ` +
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-179-                                       `it was fulfilled with #{act}`;
##############################################
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-215-                        this.assert(errMsgMatcherCompatible,
node-chai-as-promised-7.1.1/lib/chai-as-promised.js:216:                                    `expected promise to be rejected with an error ${matcherRelation} #{exp} but got ` +
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-217-                                    `#{act}`,
node-chai-as-promised-7.1.1/lib/chai-as-promised.js:218:                                    `expected promise not to be rejected with an error ${matcherRelation} #{exp}`,
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-219-                                    errMsgMatcher,
##############################################
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-338-                customRejectionHandler = reason => {
node-chai-as-promised-7.1.1/lib/chai-as-promised.js:339:                    throw new chai.AssertionError(`${message}\n\nOriginal reason: ${utils.inspect(reason)}`);
node-chai-as-promised-7.1.1/lib/chai-as-promised.js-340-                };
##############################################
node-chai-as-promised-7.1.1/test/support/common.js-6-            () => done(),
node-chai-as-promised-7.1.1/test/support/common.js:7:            reason => done(new Error(`Expected promise to be fulfilled but it was rejected with ${reason.stack}`))
node-chai-as-promised-7.1.1/test/support/common.js-8-        );
##############################################
node-chai-as-promised-7.1.1/test/support/common.js-24-                    throw new Error(`Expected promise to be rejected with an AssertionError but it was rejected ` +
node-chai-as-promised-7.1.1/test/support/common.js:25:                                    `with ${reason}`);
node-chai-as-promised-7.1.1/test/support/common.js-26-                }
##############################################
node-chai-as-promised-7.1.1/test/support/common.js-29-                    throw new Error(`Expected promise to be rejected with an AssertionError containing ` +
node-chai-as-promised-7.1.1/test/support/common.js:30:                                    `"${desiredMessageSubstring}" but it was rejected with ${reason}`);
node-chai-as-promised-7.1.1/test/support/common.js-31-                }
##############################################
node-chai-as-promised-7.1.1/test/support/common.js-34-                    throw new Error(`Expected promise to be rejected with an AssertionError not containing ` +
node-chai-as-promised-7.1.1/test/support/common.js:35:                                    `"${nonDesiredMessageSubstring}" but it was rejected with ${reason}`);
node-chai-as-promised-7.1.1/test/support/common.js-36-                }