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

mock_data.js « runner_instructions « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 };