From 52aae5f542b594f4bce63865927f9edcef58e024 Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Tue, 20 Aug 2019 13:39:01 -0600 Subject: [PATCH] See what is going on here Change-Id: I820b3d641e10bfa39eb5483522d9d0e2b2483124 Reviewed-on: https://gerrit.instructure.com/205888 Tested-by: Ryan Shaw Reviewed-by: Ryan Shaw QA-Review: Ryan Shaw Product-Review: Ryan Shaw --- app/jsx/navigation_header/__tests__/Navigation.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/jsx/navigation_header/__tests__/Navigation.test.js b/app/jsx/navigation_header/__tests__/Navigation.test.js index d3d3bd2ec23..fdf9c4a359b 100644 --- a/app/jsx/navigation_header/__tests__/Navigation.test.js +++ b/app/jsx/navigation_header/__tests__/Navigation.test.js @@ -27,6 +27,7 @@ describe('GlobalNavigation', () => { } beforeEach(() => { + console.log(fetch.toString()) fetch.resetMocks() componentHolder = document.createElement('div')