Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Mar 30, 2020
1 parent 8a9abc2 commit 0f9c342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ExpressReceiver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('ExpressReceiver', () => {
signingSecret: 'my-secret',
logger: noopLogger,
endpoints: { events: '/custom-endpoint' },
processBeforeResponse: true,
});
assert.isNotNull(receiver);
});
Expand All @@ -58,7 +59,7 @@ describe('ExpressReceiver', () => {
});

describe('built-in middleware', () => {
describe('ssl_check requset handler', () => {
describe('ssl_check request handler', () => {
it('should handle valid requests', async () => {
// Arrange
// tslint:disable-next-line: no-object-literal-type-assertion
Expand Down

0 comments on commit 0f9c342

Please sign in to comment.