Skip to content

Commit

Permalink
Enable batching for Federation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 26, 2024
1 parent 35a3c31 commit 71faa87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/federation/test/federation-compatibility.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('Federation Compatibility', () => {
describe(supergraphName, () => {
const stitchedSchema = getStitchedSchemaFromSupergraphSdl({
supergraphSdl: readFileSync(supergraphSdlPath, 'utf-8'),
batch: true,
});
const tests: { query: string; expected: any }[] = JSON.parse(
readFileSync(join(supergraphFixturesDir, 'tests.json'), 'utf-8'),
Expand Down

0 comments on commit 71faa87

Please sign in to comment.