From 1e06538930018fe50650baab0a16480789006a0d Mon Sep 17 00:00:00 2001 From: luoyonghuang <2308014474@qq.com> Date: Thu, 10 Oct 2024 21:15:43 +0800 Subject: [PATCH] modified: test/score.test.js modified: test/server.test.js modified: .gitignore modified: package-lock.json modified: package.json modified: router.js modified: server.js --- test/score.test.js | 1 - test/server.test.js | 1 - 2 files changed, 2 deletions(-) diff --git a/test/score.test.js b/test/score.test.js index 4faa0e7..3cedcf0 100644 --- a/test/score.test.js +++ b/test/score.test.js @@ -34,7 +34,6 @@ describe('Student Score API Tests', () => { done(); }); }); - it('should return 404 for a non-existing student', (done) => { chai.request(app) .post('/api/get-score') diff --git a/test/server.test.js b/test/server.test.js index fe7e5ac..454603f 100644 --- a/test/server.test.js +++ b/test/server.test.js @@ -14,5 +14,4 @@ describe('Express Server Tests', () => { done(); }); }); - });