Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 4, 2023
1 parent de5783f commit 4186d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/document_loaders/tests/confluence.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from "@jest/globals";
import { test, jest, expect } from "@jest/globals";
import {
ConfluencePagesLoader,
ConfluenceAPIResponse,
Expand Down

0 comments on commit 4186d81

Please sign in to comment.