Skip to content

Commit 36ed90c

Browse files
committed
update test
1 parent 01bbaef commit 36ed90c

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
@@ -1,6 +1,6 @@
11
/* eslint-disable no-undef */
22

3-
import typeDefs from '@/typedef';
3+
import typeDefs from '@/lib/typedef';
44
import { ObjectTypeDefinitionNode } from 'graphql/language/ast';
55

66
it('contains Date, StoryType, Story, Comment, User, and Query types', () => {

0 commit comments

Comments
 (0)