initial with test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
describe('Smoke Test', () => {
|
||||
it('can view the home page', () => {
|
||||
cy.visit('/');
|
||||
cy.contains('Learn React');
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user