Skip to content

Commit

Permalink
Merge 3b1c8f6 into 5dee3b8
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Mar 9, 2018
2 parents 5dee3b8 + 3b1c8f6 commit 3eceb2a
Show file tree
Hide file tree
Showing 3 changed files with 3,684 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -10,9 +10,8 @@
"stryker": "stryker run"
},
"dependencies": {
"@slack/client": "^3.14.2",
"requireg": "^0.1.7",
"slack-client": "^2.0.6"
"@slack/client": "^4.0.0",
"requireg": "^0.1.7"
},
"devDependencies": {
"apc-style": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test.spec.js
Expand Up @@ -31,7 +31,7 @@ describe('SlackReport Class', () => {
const moduleInstance = new SlackReport(mockConfig, {})
moduleInstance.start()
expect(moduleInstance.url).to.equal(mockConfig.slackWebhookUrl)
expect(moduleInstance.webhook._slackUrl).to.equal(mockConfig.slackWebhookUrl)
expect(moduleInstance.webhook.url).to.equal(mockConfig.slackWebhookUrl)
})

it('It should throw a missing setting exception if slack URL is missing', async () => {
Expand Down

0 comments on commit 3eceb2a

Please sign in to comment.