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:
parent
16b32b6401
commit
5829b839b9
@ -5,7 +5,7 @@
|
|||||||
import { createContainer, getInjectable, getInjectionToken } from "@ogre-tools/injectable";
|
import { createContainer, getInjectable, getInjectionToken } from "@ogre-tools/injectable";
|
||||||
import { runManySyncFor } from "./run-many-sync-for";
|
import { runManySyncFor } from "./run-many-sync-for";
|
||||||
import type { RunnableSync } from "./types";
|
import type { RunnableSync } from "./types";
|
||||||
|
// Trivial change to kick CI.
|
||||||
describe("runManySyncFor", () => {
|
describe("runManySyncFor", () => {
|
||||||
describe("given hierarchy, when running many", () => {
|
describe("given hierarchy, when running many", () => {
|
||||||
let runMock: jest.Mock;
|
let runMock: jest.Mock;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user