convert to vue project, fix styling for mobile
This commit is contained in:
8
cypress/e2e/example.cy.ts
Normal file
8
cypress/e2e/example.cy.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// // https://on.cypress.io/api
|
||||
//
|
||||
// describe('My First Test', () => {
|
||||
// it('visits the app root url', () => {
|
||||
// cy.visit('/')
|
||||
// cy.contains('h1', 'You did it!')
|
||||
// })
|
||||
// })
|
||||
18
cypress/e2e/tsconfig.json
Normal file
18
cypress/e2e/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../support/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"es5",
|
||||
"dom"
|
||||
],
|
||||
"types": [
|
||||
"cypress"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user