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

    method(match)(req, null, next)