Skip to content

Commit fde8802

Browse files
committed
Format
1 parent 4373a25 commit fde8802

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/runtime/tests/demand-control.test.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,14 +1219,15 @@ describe('Demand Control', () => {
12191219
}),
12201220
],
12211221
});
1222-
const query = /* GraphQL */
1222+
const query =
1223+
/* GraphQL */
12231224
`
1224-
query FooQuery {
1225-
foo {
1226-
id
1225+
query FooQuery {
1226+
foo {
1227+
id
1228+
}
12271229
}
1228-
}
1229-
`;
1230+
`;
12301231
const response = await gateway.fetch('http://localhost:4000/graphql', {
12311232
method: 'POST',
12321233
headers: {

0 commit comments

Comments
 (0)