Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Jul 9, 2024
1 parent 90526ec commit 3732fb8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 181 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@microsoft/api-extractor": "7.47.0",
"@microsoft/api-extractor-model": "7.29.2",
"@microsoft/tsdoc": "0.15.0",
"eslint-plugin-canonical": "4.18.0",
"eslint-plugin-canonical": "4.18.1",
"execa": "8.0.1",
"install": "0.13.0",
"jest": "29.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/headless/src/test/mock-engine-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ type MockedRelay = Relay & Pick<Relay, 'emit'>;

export function mockRelay(): MockedRelay {
return {
clearStorage: jest.fn(),
emit: jest.fn(),
getMeta: jest.fn().mockReturnValue({clientId: 'test'}),
off: jest.fn(),
Expand Down
178 changes: 0 additions & 178 deletions patches/eslint-plugin-canonical+4.18.0.patch

This file was deleted.

0 comments on commit 3732fb8

Please sign in to comment.