Commit cf50b78
Fix app-plugin test to match new manifest service registration
The AppPlugin.init() method now uses the manifest service's register()
method instead of ctx.registerService(). Updated the test to properly
mock the manifest service and verify the correct behavior.
packages/runtime/src/app-plugin.test.ts:46-61
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent b7d64ae commit cf50b78
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | | - | |
55 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments