Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « branches « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e8839d8ce9dbfd6d50ce9bddecdb82e4b9bb59b (plain)
1
2
3
4
5
6
7
export const formPath = '/namespace/project/-/merged_branches';
const defaultBranch = 'master';

export const propsDataMock = {
  formPath,
  defaultBranch,
};