Skip to content

Commit 93f366c

Browse files
committed
update test to include Job type
1 parent 19dba0b commit 93f366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typedef.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import typeDefs from '@/lib/typedef';
44
import { ObjectTypeDefinitionNode } from 'graphql/language/ast';
55

66
it('contains Date, StoryType, Story, Comment, User, and Query types', () => {
7-
const typeNames = ['Date', 'StoryType', 'Story', 'Comment', 'User', 'Query'];
7+
const typeNames = ['Job', 'Date', 'StoryType', 'Story', 'Comment', 'User', 'Query'];
88

99
typeDefs.definitions.forEach(def => {
1010
const definition = <ObjectTypeDefinitionNode>def;

0 commit comments

Comments
 (0)