Commit 9dfd2a34 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add documentation

parent c9be8ad8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -293,6 +293,9 @@ export function test(name, exerciseCreationFunction) {
            this.exercises.push(exerciseObj)
        },

        /**
         * Instruct the UI to not show the hand-in button for this test, ever
         */
        disableHandIn() {
            this.handInEnabled = false
        }