Skip to content

Commit

Permalink
Finish lab2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaRduTP committed Mar 13, 2024
1 parent d44bbe3 commit 634d848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lab2/main_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ const assert = require('assert');
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

console.log('Hi Lab2!');

0 comments on commit 634d848

Please sign in to comment.