Skip to content

Commit aca84c0

Browse files
committed
un-fit
1 parent 1ebe66b commit aca84c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseGraphQLServer.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('ParseGraphQLServer', () => {
6161
expect(() => new ParseGraphQLServer()).toThrow('You must provide a parseServer instance!');
6262
});
6363

64-
fit('should require config.graphQLPath', () => {
64+
it('should require config.graphQLPath', () => {
6565
expect(() => new ParseGraphQLServer(parseServer)).toThrow(
6666
'You must provide a config.graphQLPath!'
6767
);

0 commit comments

Comments
 (0)