Skip to content

Commit

Permalink
chore: #1997 update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed Jul 14, 2020
1 parent 3948f1f commit 468bfc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`PrivateRouter should match a snapshot 1`] = `
Array [
Object {
"key": "developerAppsRoute",
"pathname": "/developer",
"pathname": "/",
},
]
}
Expand All @@ -34,7 +34,7 @@ exports[`PrivateRouter should match a snapshot 1`] = `
Object {
"hash": "",
"key": "developerAppsRoute",
"pathname": "/developer",
"pathname": "/",
"search": "",
},
],
Expand All @@ -47,7 +47,7 @@ exports[`PrivateRouter should match a snapshot 1`] = `
"location": Object {
"hash": "",
"key": "developerAppsRoute",
"pathname": "/developer",
"pathname": "/",
"search": "",
},
"push": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ exports[`Router should match a snapshot 1`] = `
<Switch>
<Route
exact={true}
<<<<<<< HEAD
path="/developer/login"
=======
path={
Array [
"/login",
"/admin/login",
"/client/login",
]
}
>>>>>>> chore: #1997 remove /developer prefix in developer-portal routes
path="/login"
render={[Function]}
/>
<Route
Expand Down Expand Up @@ -215,23 +205,6 @@ exports[`Router should match a snapshot 1`] = `
"_status": -1,
}
}
<<<<<<< HEAD
=======
exact={true}
fetcher={true}
path="/settings/"
/>
<Component
allow="DEVELOPER"
component={
Object {
"$$typeof": Symbol(react.lazy),
"_ctor": [Function],
"_result": null,
"_status": -1,
}
}
>>>>>>> chore: #1997 remove /developer prefix in developer-portal routes
fetcher={true}
path="/settings/billing"
/>
Expand Down

0 comments on commit 468bfc9

Please sign in to comment.