improve DEFAULT_TEST_VCS_CONFIG, cleanup tests

This commit is contained in:
sebastien 2025-11-14 13:54:07 +01:00
parent f259f4f807
commit c4ac8fb49f

View File

@ -130,7 +130,4 @@ export {
export {VcsPresetNames, getVcsPreset, DEFAULT_TEST_VCS_CONFIG} from './vcs/vcs';
// Annoying to have to expose that for tests :/
export {VCS_HARDCODED_LAST_UPDATE_INFO} from './vcs/vcsHardcoded';
export {normalizeTags, reportInlineTags} from './tags';