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

merge_request_diffs.js « mock_data « diffs « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de29eb7e560e1f8014fdeed3401ade581f48f34f (plain)
1
2
3
4
5
6
7
// No new code should be added to this file. Instead, modify the
// file this one re-exports from. For more detail about why, see:
// https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/31349

import diffsMockData from '../../../frontend/diffs/mock_data/merge_request_diffs';

export default diffsMockData;