Skip to content

Commit 77d9d70

Browse files
authored
chore: format
1 parent 9773f7d commit 77d9d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/smoke.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ describe('Smoke Test', () => {
33
cy.visit('/guide/');
44
cy.get('a[href="/api/animal.html"]').as('firstSectionLink');
55
});
6+
67
it('compiles the guide page', () => {
78
cy.contains('Getting Started');
89
});

0 commit comments

Comments
 (0)