Skip to content

Commit

Permalink
Merge pull request #9 from cesarhenrq/qa
Browse files Browse the repository at this point in the history
Chore  ct sanity
  • Loading branch information
cesarhenrq authored Sep 26, 2023
2 parents 7dea741 + 29e469f commit bbe3ed7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.cy.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import App from './App';

describe('CT sanity', () => {
it('passes sanity', () => {
cy.mount(<App />);
cy.contains('it works!');
});
});

0 comments on commit bbe3ed7

Please sign in to comment.