You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for ShadowObjectParams API in Kernel.ts (#2)
* Initial plan
* Add comprehensive tests for ShadowObjectParams API in Kernel.ts and remove associated TODOs
Co-authored-by: spearwolf <12805+spearwolf@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: spearwolf <12805+spearwolf@users.noreply.github.com>
> _Generated by [scripts/makeTODO.mjs](scripts/makeTODO.mjs) at 2025-11-26T11:25:15.158Z_
4
+
> _Generated by [scripts/makeTODO.mjs](scripts/makeTODO.mjs) at 2025-11-26T11:50:56.346Z_
5
5
6
6
This file contains an overview of all TODO, FIXME or XXX comments extracted from the source files of the packages.
7
7
@@ -25,23 +25,4 @@ This file contains an overview of all TODO, FIXME or XXX comments extracted from
25
25
| Filename | line # | TODO |
26
26
|:------|:------:|:------|
27
27
|[packages/shadow-objects/src/elements/ShaeWorkerElement.ts](packages/shadow-objects/src/elements/ShaeWorkerElement.ts#L200)| 200 |@test add tests for defer destroy |
28
-
|[packages/shadow-objects/src/in-the-dark/Entity.ts](packages/shadow-objects/src/in-the-dark/Entity.ts#L311)| 311 |@test write tests for useContext() |
29
-
|[packages/shadow-objects/src/in-the-dark/Entity.ts](packages/shadow-objects/src/in-the-dark/Entity.ts#L317)| 317 |@test write tests for useParentContext() |
30
-
|[packages/shadow-objects/src/in-the-dark/Entity.ts](packages/shadow-objects/src/in-the-dark/Entity.ts#L323)| 323 |@test write tests for provideContext() |
31
-
|[packages/shadow-objects/src/in-the-dark/events.ts](packages/shadow-objects/src/in-the-dark/events.ts#L7)| 7 |@test test if OnCreate is called when an entity token is changed |
32
-
|[packages/shadow-objects/src/in-the-dark/events.ts](packages/shadow-objects/src/in-the-dark/events.ts#L25)| 25 |@test test if OnDestroy is called when an entity is destroyed |
33
-
|[packages/shadow-objects/src/in-the-dark/events.ts](packages/shadow-objects/src/in-the-dark/events.ts#L26)| 26 |@test test if OnDestroy is called when a shadow-object is removed from an entity (token-change) |
0 commit comments