mirror of
https://github.com/gosticks/web.git
synced 2026-08-17 06:20:19 +00:00
Fix test errors after rebase
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user