]> source.dussan.org Git - sonarqube.git/blob
304a45ecbda54806b6724ad089105678c3c24788
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly if system is starting 1`] = `
4 <Navigate
5   to={
6     {
7       "pathname": "/maintenance",
8       "search": "return_to=%2Fprojects%3Fquery%3Dtoto%23hash",
9     }
10   }
11 />
12 `;
13
14 exports[`should render correctly if system is up 1`] = `<Outlet />`;