mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
tests: Fix failing test of exit code
This commit is contained in:
parent
83700a58da
commit
96feab15d4
@ -54,11 +54,11 @@ describe.skip.appveyor('cli', () => {
|
|||||||
if (timeout === true) {
|
if (timeout === true) {
|
||||||
console.warn( // eslint-disable-line no-console
|
console.warn( // eslint-disable-line no-console
|
||||||
`we were unable to automatically kill the child process with pid: ${
|
`we were unable to automatically kill the child process with pid: ${
|
||||||
nuxtStart.pid
|
nuxtStart.pid
|
||||||
}`
|
}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(exitCode).toBe(null)
|
expect(exitCode).toBe(undefined)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
@ -58,6 +58,6 @@ describe.skip.appveyor('cli', () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(exitCode).toBe(null)
|
expect(exitCode).toBe(undefined)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user