Fix test errors after rebase

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2019-06-27 23:09:02 -07:00
parent 1755037ca3
commit 74173d7deb
2 changed files with 2 additions and 0 deletions
@@ -42,6 +42,7 @@ describe("EnableDisableContainer", () => {
<EnableDisableContainer />
</StatusContext.Provider>
)
.dive()
.dive()
.dive();
@@ -186,6 +186,7 @@ it("renders the NavList in the sidebar", () => {
const location = {} as Location;
const wrapper = shallow(<Sidebar items={[item]} location={location} />)
.dive()
.dive()
.dive();
const props = wrapper.find(NavList).props();