mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 10:41:23 +00:00
style(repo): normalize imports and formatting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user