test('cannot match', function (done) {
    const type = /invalid/
    const req = { headers: { 'content-type': 'application/json' } }

    contentType(type)(req, null, next)