summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/source_viewer/plugins/mock_data.js
blob: aa874c9c081ab5e48d19184ce78120f4eb09f2dd (plain)
1
2
3
4
export const PACKAGE_JSON_FILE_TYPE = 'package_json';
export const PACKAGE_JSON_CONTENT = '{ "dependencies": { "@babel/core": "^7.18.5" } }';

export const GEMSPEC_FILE_TYPE = 'gemspec';