diff --git a/lab2/main_test.js b/lab2/main_test.js index 01ccdfb8..a7bff06f 100644 --- a/lab2/main_test.js +++ b/lab2/main_test.js @@ -3,7 +3,7 @@ const assert = require('assert'); const fs = require('fs'); const { Application, MailSystem } = require('./main'); -// TODO: write your tests here +// TODO: write your tests here // Remember to use Stub, Mock, and Spy when necessary // test("Test MailSystem's write", () => { // const mailsystem = new MailSystem();