Skip to content

Commit f833cff

Browse files
committed
add logging to integration test
1 parent 1e9427a commit f833cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/src/__tests__/run.integration.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ describe('Prompt Caching', () => {
3131
},
3232
})
3333

34+
console.dir(run1.output, { depth: null })
3435
expect(run1.output.type).not.toEqual('error')
3536
expect(cost1).toBeGreaterThanOrEqual(0)
3637

@@ -46,6 +47,7 @@ describe('Prompt Caching', () => {
4647
},
4748
})
4849

50+
console.dir(run2.output, { depth: null })
4951
expect(run2.output.type).not.toEqual('error')
5052
expect(cost2).toBeGreaterThanOrEqual(0)
5153

0 commit comments

Comments
 (0)