Skip to content

Commit 69a59c3

Browse files
committed
wip(ci/cd): add first test
1 parent 860097a commit 69a59c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cypress/e2e/spec.cy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe('template spec', () => {
2+
it('passes', () => {
3+
cy.visit('https://example.cypress.io')
4+
})
5+
})

0 commit comments

Comments
 (0)