We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebe66b commit aca84c0Copy full SHA for aca84c0
spec/ParseGraphQLServer.spec.js
@@ -61,7 +61,7 @@ describe('ParseGraphQLServer', () => {
61
expect(() => new ParseGraphQLServer()).toThrow('You must provide a parseServer instance!');
62
});
63
64
- fit('should require config.graphQLPath', () => {
+ it('should require config.graphQLPath', () => {
65
expect(() => new ParseGraphQLServer(parseServer)).toThrow(
66
'You must provide a config.graphQLPath!'
67
);
0 commit comments