test('cannot match', function (done) {
    const match = 'POST'
    const req = { method: 'GET' }

    method(match)(req, null, next)