Commit 0a10e0c3 authored by Jakob Moser's avatar Jakob Moser
Browse files

Implement verification for first exercise

parent 9349d39a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,7 +16,9 @@ export const practice = test("Linux-Übungsmodus", function() {
        
        await this.prepareWith("cd /root; if [[ -d tux ]]; then rm -r tux; fi")

        // TODO Add verification logic
        await this.manualConfirmation()

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

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