Skip to content

Commit

Permalink
test: adds 'reviews' to query schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilera committed Jan 30, 2025
1 parent 7a4a495 commit b37404e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/test/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const QUERIES = [
'shipping',
'redirect',
'sellers',
'reviews',
]

const MUTATIONS = ['validateCart', 'validateSession', 'subscribeToNewsletter']
Expand Down
1 change: 1 addition & 0 deletions packages/core/test/server/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const QUERIES = [
'shipping',
'redirect',
'sellers',
'reviews',
]

const MUTATIONS = ['validateCart', 'validateSession', 'subscribeToNewsletter']
Expand Down

0 comments on commit b37404e

Please sign in to comment.