danger-plugin-typetalk
Advanced tools
Comparing version
@@ -16,3 +16,3 @@ "use strict"; | ||
const uri = buildEndpointURI(); | ||
const msg = createMessage(dangerResults); | ||
const msg = createMessage(results); | ||
postMessage(uri, msg); | ||
@@ -19,0 +19,0 @@ } |
@@ -21,16 +21,2 @@ "use strict"; | ||
}); | ||
describe('buildEndpointURL()', () => { | ||
it('should throw error when topic id is not given', () => { | ||
expect(() => { | ||
_1.buildEndpointURI(); | ||
}).toThrow(); | ||
}); | ||
it('should build post message endpoint URL', () => { | ||
// TOPIC_ID should be provied in environment variable. | ||
process.env.TOPIC_ID = '12345'; | ||
const url = _1.buildEndpointURI(); | ||
expect(url).toBe('/api/v1/topics/12345'); | ||
delete process.env.TOPIC_ID; | ||
}); | ||
}); | ||
describe('createMessage()', () => { | ||
@@ -37,0 +23,0 @@ const emptyResults = { |
{ | ||
"name": "danger-plugin-typetalk", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "DangerJS plugin to send report & message to Typetalk ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,7 @@ danger-plugin-typetalk | ||
| [][circleci] | CircleCI Build Status | | ||
| [][npm] | Latest version | | ||
[circleci]: https://circleci.com/gh/is2ei/danger-plugin-typetalk | ||
[npm]: https://badge.fury.io/js/danger-plugin-typetalk | ||
## Usage |
13
44.44%2
-50%8995
-3.62%188
-6.93%