UNPKG
bvue-sidebar
Version:
latest (0.2.0)
0.2.0
0.1.0
Vue2Sidebar: Bootstrap 4 sidebar component in Vue 2.0
bvue-sidebar
/
tests
/
e2e
/
specs
/
test.js
9 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/
/ 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'
) }) })