prisma-korea / graphql-schema-generator

Generate GraphQL Schema from Prisma schema.
MIT License
32 stars 12 forks source link

Remove removeWhiteSpaces util. #36

Closed yujonglee closed 2 years ago

yujonglee commented 2 years ago

Currently, removeWhiteSpaces is used for testing output of transpile.

However, since transpile is responsible for formatting code, so removeWhiteSpaces makes testing weak. (+ hard to read).