Skip to content

Commit

Permalink
[TST] Add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Apr 23, 2024
1 parent 8463da8 commit 93b0aca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/Dummy.cy.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('Dummy', () => {
it('tests', () => {
cy.visit('https://google.com');
});
});

0 comments on commit 93b0aca

Please sign in to comment.