atulmy/gql-query-builder

all but two of the tests are ignored

Opened this issue · 0 comments

There is a test.only hiding in src/index.test.ts which is causing jest to only run two out of the 92 tests in the test suite. Running them results in 13 tests failing, all for white space issues. I suggest making a new jest matcher which removes any whitespace that's ignored by graphql anyway.