Skip to content

Commit 5f86080

Browse files
committed
test: pass --stdin so that the dev server can be shut down correclty
1 parent 3f0b782 commit 5f86080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ test(`should use formatter 'codeframe'`, async () => {
249249
const updatedMain = main.replace(/;/g, '')
250250
await write('src/main.js', updatedMain)
251251

252-
const server = run('vue-cli-service serve')
252+
const server = run('vue-cli-service serve --stdin')
253253

254254
let isFirstMsg = true
255255
server.stdout.on('data', data => {

0 commit comments

Comments
 (0)