Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ced2bab

Browse files
committed
Cleanup GitlabRepoHandler tests
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
1 parent 87d060f commit ced2bab

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/handler/gitlab/gitlabRepoHandler.test.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,3 @@ describe('only handles correct URLs', () => {
4040
expect(handler.canHandlePage(url)).toBe(expected);
4141
});
4242
});
43-
44-
// todo: fix this
45-
// describe('load', () => {
46-
// it('injects button', () => {
47-
// document.body.innerHTML = `
48-
// <div class="file-navigation">
49-
// </>
50-
// `;
51-
//
52-
// const handler = new GitlabRepoHandler();
53-
// handler.load();
54-
//
55-
// expect(document.getElementById(BUTTON_ID).textContent).toBe(BUTTON_TEXT);
56-
// });
57-
// });

0 commit comments

Comments
 (0)