test: align sdk helper imports

This commit is contained in:
Peter Steinberger 2026-04-28 03:45:48 +01:00
parent aa6417b93d
commit 896b82f430
3 changed files with 13 additions and 12 deletions

View file

@ -140,17 +140,17 @@ const RETIRED_EXTENSION_TEST_HELPER_BRIDGE_FILES = [
"test/helpers/media-generation/dashscope-video-provider.ts",
"test/helpers/media-generation/provider-capability-assertions.ts",
"test/helpers/media-generation/provider-http-mocks.ts",
"test/helpers/bundled-channel-entry.ts",
"test/helpers/bundled-plugin-paths.ts",
"test/helpers/envelope-timestamp.ts",
"test/helpers/http-test-server.ts",
"test/helpers/import-fresh.ts",
"test/helpers/mock-incoming-request.ts",
"test/helpers/node-builtin-mocks.ts",
"test/helpers/pairing-reply.ts",
"test/helpers/provider-replay-policy.ts",
"test/helpers/stt-live-audio.ts",
"test/helpers/temp-home.ts",
"src/plugin-sdk/test-helpers/bundled-channel-entry.ts",
"src/plugin-sdk/test-helpers/bundled-plugin-paths.ts",
"src/plugin-sdk/test-helpers/envelope-timestamp.ts",
"src/plugin-sdk/test-helpers/http-test-server.ts",
"src/plugin-sdk/test-helpers/import-fresh.ts",
"src/plugin-sdk/test-helpers/mock-incoming-request.ts",
"src/plugin-sdk/test-helpers/node-builtin-mocks.ts",
"src/plugin-sdk/test-helpers/pairing-reply.ts",
"src/plugin-sdk/test-helpers/provider-replay-policy.ts",
"src/plugin-sdk/test-helpers/stt-live-audio.ts",
"src/plugin-sdk/test-helpers/temp-home.ts",
"test/helpers/agents/auth-profile-runtime-contract.ts",
"test/helpers/agents/delivery-no-reply-runtime-contract.ts",
"test/helpers/agents/openclaw-owned-tool-runtime-contract.ts",