This commit is contained in:
Lesley Norton 2019-01-09 14:07:57 -06:00
Родитель 2e755838b8
Коммит 7596b58eaf
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,7 @@ const mockRequest = { fluentFormat: jest.fn() };
test("init request sets session cookie and redirects with access_type=offline", () => {
mockRequest.session = { };
mockRequest.query = { };
const mockResponse = { redirect: jest.fn() };
init(mockRequest, mockResponse);