Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: commit leftover changes
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Mar 23, 2024
1 parent 719b7b9 commit 5cada88
Show file tree
Hide file tree
Showing 9 changed files with 1,045 additions and 143 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ generates:
- schema-ast
./test/generated/schema.json:
plugins:
- introspection
- introspection
2 changes: 1 addition & 1 deletion packages/graphql/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './graphql-fixture';
export * from './graphql-fixture';
4 changes: 1 addition & 3 deletions packages/graphql/test/document-node-transformer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ describe('DocumentNodeTransformer', () => {
const variableNodes = transformer.getTransformedVariableNodes();

const { variables, data } = loadFixture(
path.resolve(
'test/fixtures/get-cart-with-fragment.json',
),
path.resolve('test/fixtures/get-cart-with-fragment.json'),
);

expect(dataNodes).toEqual(data);
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/test/fixtures/get-cart-with-fragment.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@
]
}
]
}
}
Loading

0 comments on commit 5cada88

Please sign in to comment.