mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
describe('empty spec', () => {
|
|
it('passes', () => {
|
|
cy.visit('http://127.0.0.1:8080/')
|
|
})
|
|
})
|