Adding Cypress
This commit is contained in:
5
tests/e2e/Home/index.cy.js
Normal file
5
tests/e2e/Home/index.cy.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('My first test', () => {
|
||||
it('Does not do much!', () => {
|
||||
expect(true).to.equal(true);
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user