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
main
luoyonghuang 1 month ago
parent bbe51ac3c1
commit 1e06538930

@ -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')

@ -14,5 +14,4 @@ describe('Express Server Tests', () => {
done();
});
});
});

Loading…
Cancel
Save