mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 03:48:36 -05:00
refactor: rename tests
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user