Skip to content

Commit 1fbba64

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

File tree

3 files changed

+8
-26
lines changed

3 files changed

+8
-26
lines changed

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)