mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
This reverts commit ecd881c25df219b511d7efd43dac59e748b21cc7. Signed-off-by: Iku-turso <mikko.aspiala@gmail.com> Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`navigating between routes given route with optional path parameters when navigating to route with path parameters renders 1`] = `
|
|
<div>
|
|
<pre>
|
|
{
|
|
"someParameter": "some-value",
|
|
"someOtherParameter": "some-other-value"
|
|
}
|
|
</pre>
|
|
</div>
|
|
`;
|
|
|
|
exports[`navigating between routes given route without path parameters when navigating to route renders 1`] = `
|
|
<div>
|
|
<div>
|
|
Some component
|
|
</div>
|
|
</div>
|
|
`;
|