style(repo): normalize imports and formatting

This commit is contained in:
Peter Steinberger
2026-04-05 16:49:32 +01:00
parent 8405d86a8b
commit df38bc2271
6 changed files with 10 additions and 17 deletions

View File

@@ -20,10 +20,9 @@ const BOOTSTRAP_FIX =
function mockBootstrapRegistry() {
vi.doMock("../../channels/plugins/bootstrap-registry.js", async () => {
const actual =
await vi.importActual<typeof import("../../channels/plugins/bootstrap-registry.js")>(
"../../channels/plugins/bootstrap-registry.js",
);
const actual = await vi.importActual<
typeof import("../../channels/plugins/bootstrap-registry.js")
>("../../channels/plugins/bootstrap-registry.js");
return {
...actual,
listBootstrapChannelPlugins,