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 aa40924 commit 99da259
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 @@ -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();
Expand Down

0 comments on commit 99da259

Please sign in to comment.