Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Walton committed Mar 31, 2020
1 parent 18b860b commit 8533205
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tests/integration/handler/handlerPayload.test.js
Expand Up @@ -301,34 +301,6 @@ describe('handler payload tests with prepend off', () => {
path: '/test-path-variable-handler',
status: 200,
},

// TODO: reactivate!
// {
// description: 'when handler calls context.succeed and context.done',
// expected: 'Hello Context.succeed!',
// path: '/dev/context-succeed-with-context-done-handler',
// },

// TODO: reactivate!
// {
// description: 'when handler calls callback and context.done',
// expected: 'Hello Callback!',
// path: '/dev/callback-with-context-done-handler',
// },

// TODO: reactivate!
// {
// description: 'when handler calls callback and returns Promise',
// expected: 'Hello Callback!',
// path: '/dev/callback-with-promise-handler',
// },

// TODO: reactivate!
// {
// description: 'when handler calls callback inside returned Promise',
// expected: 'Hello Callback!',
// path: '/dev/callback-inside-promise-handler',
// },
].forEach(({ description, expected, path, status }) => {
test(description, async () => {
const url = joinUrl(TEST_BASE_URL, path)
Expand Down

0 comments on commit 8533205

Please sign in to comment.