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

Rename test for accuracy

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-02-14 11:56:17 +02:00
parent adde13237a
commit 878488f4d0
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -23,7 +23,7 @@ jest.mock("electron", () => ({
},
}));
describe("Router", () => {
describe("static-file-route", () => {
let handleStaticFileRoute: Route<Buffer>;
beforeEach(async () => {