test(context-injector): update tests for synthetic part injection

- Remove injectPendingContext test block (~118 lines)
- Remove createContextInjectorHook test block (~50 lines)
- Remove imports of removed functions
- Remove exports of removed functions from index.ts
- Keep createContextInjectorMessagesTransformHook tests (updated in Task 2)
This commit is contained in:
justsisyphus
2026-01-16 17:56:12 +09:00
parent ea1d604b72
commit e22960d862
2 changed files with 0 additions and 174 deletions
-2
View File
@@ -1,7 +1,5 @@
export { ContextCollector, contextCollector } from "./collector"
export {
injectPendingContext,
createContextInjectorHook,
createContextInjectorMessagesTransformHook,
} from "./injector"
export type {