1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

improve skip test warning

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-06-09 08:54:00 +03:00
parent d54dbc57cd
commit 551bd85ab0

View File

@ -28,7 +28,7 @@ describe("app start", () => {
it('allows to add a cluster', async () => {
const status = spawnSync("minikube status", {shell: true})
if (status.status !== 0) {
console.warn("skipping test")
console.warn("minikube not running, skipping test")
return
}
await clickWhatsNew(app)