Skip to content

Commit

Permalink
Update main_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veture7275 authored Mar 13, 2024
1 parent 99da259 commit cc2a9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab2/main_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');
const { Application, MailSystem } = require('./main');

// TODO: write your tests here
// Remember to use Stub, Mock, and Spy when necessary
// Remember to use Stub, Mock, and Spy when necessary
// test("Test MailSystem's write", () => {
// const mailsystem = new MailSystem();
// assert.strictEqual(mailsystem.write("John"), 'Congrats, John!');
Expand Down

0 comments on commit cc2a9a8

Please sign in to comment.