Skip to content

Commit 6efb756

Browse files
committed
test(msteams): remove unused graph path helper
1 parent f25371e commit 6efb756

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

extensions/msteams/src/graph-thread.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ vi.mock("./graph.js", () => ({
1515
fetchGraphJson: vi.fn(),
1616
}));
1717

18-
const firstGraphPath = () => {
19-
const [call] = vi.mocked(fetchGraphJson).mock.calls;
20-
if (!call) {
21-
throw new Error("expected Graph fetch call");
22-
}
23-
return call[0].path;
24-
};
25-
2618
const firstFetchAllGraphPagesPath = () => {
2719
const [call] = vi.mocked(fetchAllGraphPages).mock.calls;
2820
if (!call) {

0 commit comments

Comments
 (0)