1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Rename test suite for consistency

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-11-04 07:33:06 +02:00
parent 723b769068
commit 0a96c77f20
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<body/> elements originated from cluster frame component registration given custom components for cluster view available renders 1`] = `
exports[`legacy extension adding cluster frame components given custom components for cluster view available renders 1`] = `
<div>
<div
class="Notifications flex column align-flex-end"

View File

@ -10,7 +10,7 @@ import React from "react";
import type { ApplicationBuilder } from "../../renderer/components/test-utils/get-application-builder";
import { getApplicationBuilder } from "../../renderer/components/test-utils/get-application-builder";
describe("<body/> elements originated from cluster frame component registration", () => {
describe("legacy extension adding cluster frame components", () => {
let builder: ApplicationBuilder;
let rendered: RenderResult;