Commit ffc52b4
committed
fix(sdk,webapp): drop stale lastOutTimestamp from snapshot test fixtures
vitest was happy with the extra property at runtime so the local suite
passed, but tsc on the typecheck job (strict on object literals) caught
three test fixtures still setting the field after it was removed from
ChatSnapshotV1 in the resume-cursor commit.1 parent 20fb74a commit ffc52b4
3 files changed
Lines changed: 0 additions & 3 deletions
File tree
- apps/webapp/test
- packages/trigger-sdk/test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | 270 | | |
272 | 271 | | |
273 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments