| 1 | import { Kind, ObjectTypeDefinitionNode, print } from 'graphql'; |
| 2 | import { parseGraphQLSDL, transformCommentsToDescriptions } from '../src/parse-graphql-sdl.js'; |
| 3 | |
| 4 | describe('parse sdl', () => { |
nothing calls this directly
no test coverage detected