There was an error while loading. Please reload this page.
1 parent e057e8e commit be40c6bCopy full SHA for be40c6b
1 file changed
apps/pythinker-web/test/turn-logic.test.ts
@@ -853,6 +853,7 @@ describe('task notifications', () => {
853
['outputPreview', { text: 'tail', truncated: 'true' }],
854
])('rejects invalid optional %s metadata', (field, value) => {
855
const parsed = parseTaskNotifications(notification)[0];
856
+ expect(parsed).toBeDefined();
857
858
expect(
859
taskNotificationFromMetadata({
0 commit comments