refactor: rename tests

This commit is contained in:
Evan You
2018-04-30 17:12:35 -04:00
parent 0d9f8421d7
commit 77cf0ba4fd
3 changed files with 1 additions and 11 deletions
@@ -1,18 +1,8 @@
jest.setTimeout(process.env.APPVEYOR ? 1200000 : 40000)
jest.setTimeout(process.env.APPVEYOR ? 800000 : 30000)
const create = require('@vue/cli-test-utils/createTestProject')
test('cypress', async () => {
const project = await create('ts-e2e-cypress', {
plugins: {
'@vue/cli-plugin-typescript': {},
'@vue/cli-plugin-e2e-cypress': {}
}
})
await project.run(`vue-cli-service e2e`)
})
test('cypress with router', async () => {
const project = await create('ts-e2e-cypress-router', {
router: true,
plugins: {