diff --git a/lab1/main_test.js b/lab1/main_test.js index 74a716b4..5248e99f 100644 --- a/lab1/main_test.js +++ b/lab1/main_test.js @@ -3,7 +3,8 @@ const assert = require('assert'); const { MyClass, Student } = require('./main'); test("Test MyClass's addStudent", () => { - // TODO + //TODO + testetest; throw new Error("Test not implemented"); });