// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`.well-known GET /jwks.json should return a JWKS 1: [body] 1`] = ` Object { "keys": Array [ Object { "e": "AQAB", "kid": Any, "kty": "RSA", "n": Any, }, ], } `; exports[`.well-known GET /jwks.json should return a JWKS 2: [headers] 1`] = ` Object { "content-length": "265", "content-type": "application/json; charset=utf-8", "etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/, "vary": "Accept-Encoding", "x-powered-by": "Express", } `;