mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix eslint
This commit is contained in:
parent
f30ef38c70
commit
758c554ed7
@ -66,8 +66,8 @@ test.serial('bin/nuxt-start', async t => {
|
|||||||
|
|
||||||
// Wait max 10s for the process to be killed
|
// Wait max 10s for the process to be killed
|
||||||
iterator = 0
|
iterator = 0
|
||||||
|
// eslint-disable-next-line no-unmodified-loop-condition
|
||||||
while (exitCode === undefined && iterator < 40) {
|
while (exitCode === undefined && iterator < 40) {
|
||||||
// eslint-disable-line no-unmodified-loop-condition
|
|
||||||
await Utils.waitFor(250)
|
await Utils.waitFor(250)
|
||||||
iterator++
|
iterator++
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user