We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f76b8e commit 4999f95Copy full SHA for 4999f95
packages/@vue/cli-service/__tests__/buildWc.spec.js
@@ -89,7 +89,7 @@ test('build as single wc', async () => {
89
expect(h1Text).toMatch('Welcome to Your Vue.js App')
90
})
91
92
-afterAll(async () => {
+afterEach(async () => {
93
await browser.close()
94
server.close()
95
0 commit comments