gitlab-ce/spec/frontend/vue_shared/components/runner_instructions/mock_data.js

6 lines
428 B
JavaScript

import mockRunnerPlatforms from 'test_fixtures/graphql/runner_instructions/get_runner_platforms.query.graphql.json';
import mockInstructions from 'test_fixtures/graphql/runner_instructions/get_runner_setup.query.graphql.json';
import mockInstructionsWindows from 'test_fixtures/graphql/runner_instructions/get_runner_setup.query.graphql.windows.json';
export { mockRunnerPlatforms, mockInstructions, mockInstructionsWindows };