mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Cleanup code style
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5003a2efdf
commit
73594ed8c4
@ -31,8 +31,7 @@ describe("extension special characters in page registrations", () => {
|
||||
|
||||
describe("when navigating to route with ID having special characters", () => {
|
||||
beforeEach(() => {
|
||||
const testExtension =
|
||||
builder.extensions.get("some-extension-id").applicationWindows.only;
|
||||
const testExtension = builder.extensions.get("some-extension-id").applicationWindows.only;
|
||||
|
||||
testExtension.navigate("/some-page-id/");
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user