See what is going on here
Change-Id: I820b3d641e10bfa39eb5483522d9d0e2b2483124 Reviewed-on: https://gerrit.instructure.com/205888 Tested-by: Ryan Shaw <ryan@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
a015bfcb5e
commit
52aae5f542
|
@ -27,6 +27,7 @@ describe('GlobalNavigation', () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
console.log(fetch.toString())
|
||||||
fetch.resetMocks()
|
fetch.resetMocks()
|
||||||
|
|
||||||
componentHolder = document.createElement('div')
|
componentHolder = document.createElement('div')
|
||||||
|
|
Loading…
Reference in New Issue