Skip to content

Commit 902fb48

Browse files
committed
chore: revert unnecessary changes
1 parent 8354ca8 commit 902fb48

File tree

4 files changed

+9
-27
lines changed

4 files changed

+9
-27
lines changed

internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@graphql-ez/fastify-testing": "^0.3.0",
3333
"@graphql-ez/plugin-codegen": "^0.7.11",
3434
"@graphql-ez/plugin-schema": "^0.8.5",
35-
"@rollup/plugin-babel": "^6.0.3",
35+
"@rollup/plugin-babel": "^6.0.2",
3636
"@types/jest": "^29.2.3",
3737
"cross-env": "^7.0.3",
3838
"fastify": "^4.10.2",

packages/gqty/src/Selection/selection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Selection {
5353
unions,
5454
id,
5555
}: SelectionConstructorArgs) {
56-
this.id = id.toString();
56+
this.id = id + '';
5757
this.key = key;
5858
this.operationName = operationName;
5959
this.prevSelection = prevSelection ?? null;

packages/react/jest.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
const { getConfig } = require('test-utils/jest.config.js');
2-
3-
module.exports = getConfig({
1+
module.exports = require('test-utils/jest.config.js').getConfig({
42
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
53
testEnvironment: 'jsdom',
64
});

pnpm-lock.yaml

+6-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)