Skip to content

Commit 90afe4d

Browse files
committed
Added unit tests for Audit Log: 1 test case for the frontend and 5 test cases for API calls.
1 parent 2844c2c commit 90afe4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/main_endpoints/server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const { SceHttpServer } = require('../util/SceHttpServer');
22

3-
43
function main() {
54
const API_ENDPOINTS = [
65
__dirname + '/routes/'
@@ -12,5 +11,3 @@ function main() {
1211
}
1312

1413
main();
15-
16-

0 commit comments

Comments
 (0)