mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13:36 +08:00
vue3.0 init
This commit is contained in:
8
frontend/vue-ts/tests/e2e/specs/test.js
Normal file
8
frontend/vue-ts/tests/e2e/specs/test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// https://docs.cypress.io/api/introduction/api.html
|
||||
|
||||
describe('My First Test', () => {
|
||||
it('Visits the app root url', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('h1', 'Welcome to Your Vue.js + TypeScript App')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user