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
@ -59,6 +59,6 @@ describe.skip.appveyor('cli', () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
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