Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-hsien committed Feb 29, 2024
1 parent 01554ce commit 2af8770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lab1/main_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});

Expand Down

0 comments on commit 2af8770

Please sign in to comment.