Commit c41f817
test: add missing unit and integration test (#472)
* unit tests
* fix uuid encoding issue in presence apis
* handling empty channel case for presence apis
* lint fix for get_state.ts
* fix test url for presence endpoints and fix typescript compilation error
* additional integration tests
* added integration tests for presence error cases
* removed minor tweaks in presence endpoints for paramters structuring,
rename message actions test directory
* removed invalid case of where now, fix undefined uuid case in get state
* updated package.json-lock and libs
---------
Co-authored-by: Mohit Tejani <mohit.tejani@Mohits-MacBook-Pro.local>
Co-authored-by: Serhii Mamontov <parfeon@me.com>1 parent 84caf59 commit c41f817
47 files changed
Lines changed: 13130 additions & 14 deletions
File tree
- dist/web
- lib/core/endpoints/presence
- src/core
- endpoints/presence
- test
- integration/endpoints
- objects
- unit
- access_manager
- app_context
- chanel_groups
- fetch_messages
- message_actions
- presence
- publish
- push_notification
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11210 | 11210 | | |
11211 | 11211 | | |
11212 | 11212 | | |
11213 | | - | |
| 11213 | + | |
11214 | 11214 | | |
11215 | 11215 | | |
11216 | 11216 | | |
| |||
11243 | 11243 | | |
11244 | 11244 | | |
11245 | 11245 | | |
11246 | | - | |
| 11246 | + | |
11247 | 11247 | | |
11248 | 11248 | | |
11249 | 11249 | | |
| |||
11309 | 11309 | | |
11310 | 11310 | | |
11311 | 11311 | | |
11312 | | - | |
| 11312 | + | |
11313 | 11313 | | |
11314 | 11314 | | |
11315 | 11315 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2549 | 2549 | | |
2550 | 2550 | | |
2551 | 2551 | | |
2552 | | - | |
| 2552 | + | |
2553 | 2553 | | |
2554 | 2554 | | |
2555 | 2555 | | |
| |||
0 commit comments