If some tests fails it prints a path to failed test. But it's compiled JS instead of original TS. It would be better if there would be path to TS.
1) objectTypeFactory returns GraphQLObjectType with a Class which has string field:
TypeError: Cannot read property 'type' of undefined
at Context.<anonymous> (lib/specs/object.type-factory.spec.js:48:49)
If some tests fails it prints a path to failed test. But it's compiled JS instead of original TS. It would be better if there would be path to TS.