Skip to content

Commit fd934cd

Browse files
committed
comments on test
1 parent a852d85 commit fd934cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/executor/__tests__/executor_schema.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ describe('Execute: Handles execution with a complex schema', () => {
153153
}
154154
`;
155155

156+
// Note: this is intentionally not validating to ensure appropriate
157+
// behavior occurs when executing an invalid query.
156158
return expect(
157-
execute(BlogSchema, null, parse(request), '', {})
159+
execute(BlogSchema, null, parse(request))
158160
).to.become({
159161
data: {
160162
feed: [

0 commit comments

Comments
 (0)