Skip to content

Commit 77cf0ba

Browse files
committed
refactor: rename tests
1 parent 0d9f842 commit 77cf0ba

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

packages/@vue/cli-plugin-typescript/__tests__/tsPluginE2e.spec.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
jest.setTimeout(process.env.APPVEYOR ? 1200000 : 40000)
1+
jest.setTimeout(process.env.APPVEYOR ? 800000 : 30000)
22

33
const create = require('@vue/cli-test-utils/createTestProject')
44

55
test('cypress', async () => {
6-
const project = await create('ts-e2e-cypress', {
7-
plugins: {
8-
'@vue/cli-plugin-typescript': {},
9-
'@vue/cli-plugin-e2e-cypress': {}
10-
}
11-
})
12-
await project.run(`vue-cli-service e2e`)
13-
})
14-
15-
test('cypress with router', async () => {
166
const project = await create('ts-e2e-cypress-router', {
177
router: true,
188
plugins: {

0 commit comments

Comments
 (0)