Commit 88ec98a2 authored by Jakob Moser's avatar Jakob Moser
Browse files

Also handle undefined commands

Closes #61
parent 7c2daf66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ export const practice = test("Linux-Übungsmodus", function() {

        await this.manualConfirmation()

        this.verify().commandWas((cmd)=>cmd.match(/ls.*/))
        this.verify().commandWas((cmd)=>cmd?.match(/ls.*/))
    })

    this.exercise("Auch versteckte Dateien anzeigen", async function () {