Skip to content

Commit

Permalink
Revert "test: debug"
Browse files Browse the repository at this point in the history
This reverts commit c2f80d6.
  • Loading branch information
Matthew Kwong committed Feb 14, 2024
1 parent c2f80d6 commit 308ca84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
describe('template spec', () => {
it('passes', () => {
// eslint-disable-next-line no-console -- debug
cy.visit('/').then((win) => console.log(win.location.href));
cy.visit('/');
});
});

0 comments on commit 308ca84

Please sign in to comment.