From 2af87700b3473fcfeaade5414458d50314074d1a Mon Sep 17 00:00:00 2001 From: MingHsien Wu Date: Thu, 29 Feb 2024 15:12:28 +0800 Subject: [PATCH] test --- lab1/main_test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); });