6 lines
428 B
JavaScript
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 };
|