Skip to content

Commit

Permalink
chore: revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Nov 27, 2022
1 parent 8354ca8 commit 1fbba64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/gqty/src/Selection/selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Selection {
unions,
id,
}: SelectionConstructorArgs) {
this.id = id.toString();
this.id = id + '';
this.key = key;
this.operationName = operationName;
this.prevSelection = prevSelection ?? null;
Expand Down
4 changes: 1 addition & 3 deletions packages/react/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const { getConfig } = require('test-utils/jest.config.js');

module.exports = getConfig({
module.exports = require('test-utils/jest.config.js').getConfig({
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
testEnvironment: 'jsdom',
});
28 changes: 6 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fbba64

Please sign in to comment.