mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-09 03:22:40 +00:00
test(vitest): make channel helper config runnable
This commit is contained in:
@@ -12,3 +12,12 @@ export function createSingleChannelExtensionVitestConfig(
|
||||
setupFiles: ["test/setup.extensions.ts"],
|
||||
});
|
||||
}
|
||||
|
||||
export default function createSingleChannelExtensionHelperVitestConfig() {
|
||||
return createScopedVitestConfig(["extensions/__single-channel-config-helper__/**/*.test.ts"], {
|
||||
dir: "extensions",
|
||||
name: "extension-channel-single-config",
|
||||
passWithNoTests: true,
|
||||
setupFiles: ["test/setup.extensions.ts"],
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user