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

chore: Trivial change to kick CI.

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-05-04 13:50:23 +03:00
parent 16b32b6401
commit 5829b839b9

View File

@ -5,7 +5,7 @@
import { createContainer, getInjectable, getInjectionToken } from "@ogre-tools/injectable";
import { runManySyncFor } from "./run-many-sync-for";
import type { RunnableSync } from "./types";
// Trivial change to kick CI.
describe("runManySyncFor", () => {
describe("given hierarchy, when running many", () => {
let runMock: jest.Mock;