summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/runner_instructions/mock_data.js
blob: add334f166c50c5e49dfee3a2b446171f75a82d2 (plain)
1
2
3
4
5
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 };