Skip to content

Commit

Permalink
Remove unneeded test line
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Mar 2, 2024
1 parent 89ea87e commit 088d615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/share.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe('share', () => {
].join('?');

beforeAll(() => {
window.location.href = 'https://example.com/schedule';
document.title = 'Awesome Schedule';
open = jest.spyOn(window, 'open').mockImplementation();
});
Expand Down

0 comments on commit 088d615

Please sign in to comment.