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 e721a40 commit 16de726
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
@@ -1,7 +1,7 @@
const test = require('node:test');
const assert = require('assert');
const fs = require('fs');
const { Application, MailSystem } = require('./main');
const { Application, MailSystem } = require('./main');

// TODO: write your tests here
// Remember to use Stub, Mock, and Spy when necessary
Expand Down

0 comments on commit 16de726

Please sign in to comment.