Skip to content

Commit 853b9ad

Browse files
你的GitHub帳號名稱你的GitHub帳號名稱
你的GitHub帳號名稱
authored and
你的GitHub帳號名稱
committed
Resolve merge conflicts
2 parents 513fae2 + 5f127b3 commit 853b9ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lab2/main_test.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
const assert = require('assert');
23
const test = require('node:test');
34
const { Application, MailSystem } = require('./main');
@@ -184,4 +185,5 @@ test('notifySelected should send mail to all selected people', async (t) => {
184185
// 我們使用單獨的測試進行清理
185186
test('Cleanup test environment', async () => {
186187
await removeTestFile();
187-
});
188+
});
189+

0 commit comments

Comments
 (0)