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

diff_with_commit.js « mock_data « diffs « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3b39bd35770609ad4b9fca9ffbcab373c76d334 (plain)
1
2
3
4
5
const FIXTURE = 'merge_request_diffs/with_commit.json';

export default function getDiffWithCommit() {
  return getJSONFixture(FIXTURE);
}