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: d646294ee84311ddf63fac5e7db917b1cfef2b0a (plain)
1
2
3
4
5
6
7
const FIXTURE = 'merge_request_diffs/with_commit.json';

preloadFixtures(FIXTURE);

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