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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-28 15:09:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-28 15:09:49 +0300
commited00b1a6a350a3dbc8931d11b5a1e57bea182065 (patch)
treeb47c64898c1b2ce91445a11a6533d313ed8ab2c3 /spec/frontend/blob
parent829e846dd576e3443e2f09f37d7c3963cecf4e51 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/blob')
-rw-r--r--spec/frontend/blob/components/mock_data.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/blob/components/mock_data.js b/spec/frontend/blob/components/mock_data.js
index 58aa1dc6dc9..8cfcec2693c 100644
--- a/spec/frontend/blob/components/mock_data.js
+++ b/spec/frontend/blob/components/mock_data.js
@@ -47,10 +47,12 @@ export const BinaryBlob = {
};
export const RichBlobContentMock = {
+ path: 'foo.md',
richData: '<h1>Rich</h1>',
};
export const SimpleBlobContentMock = {
+ path: 'foo.js',
plainData: 'Plain',
};