Skip to content

Commit 11379e0

Browse files
committed
ci: avoid jest bailing on appveyor
1 parent b6cc787 commit 11379e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@vue/cli-plugin-e2e-cypress/__tests__/cypressPlugin.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ if (!process.env.APPVEYOR) {
1919

2020
await project.run(`vue-cli-service test:e2e --headless`)
2121
})
22+
} else {
23+
test('should work', () => {
24+
// empty spec to avoid jest bailing
25+
})
2226
}

0 commit comments

Comments
 (0)