mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 01:43:24 +09:00
chore(deps): update dependencies (#39306)
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@@ -21,11 +21,6 @@ const branchesHTML = `
|
||||
`;
|
||||
|
||||
describe('Repository Branch Settings', () => {
|
||||
beforeEach(() => {
|
||||
vi.mocked(createSortable).mockClear();
|
||||
vi.mocked(POST).mockClear();
|
||||
});
|
||||
|
||||
test('should initialize sortable for protected branches list', () => {
|
||||
document.body.innerHTML = branchesHTML;
|
||||
initRepoSettingsBranchesDrag();
|
||||
|
||||
Reference in New Issue
Block a user