Skip to content

Commit

Permalink
Add assertion to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Sep 24, 2024
1 parent aa1c11f commit d0041af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/tests/traceable.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test("404s should only log, not throw an error", async () => {
for await (const _ of llm("Hello world")) {
// pass
}
expect(overriddenFetch).toHaveBeenCalled();
});

test("nested traceable implementation", async () => {
Expand Down

0 comments on commit d0041af

Please sign in to comment.