Skip to content

Commit 5f84794

Browse files
Upgarde npm modules
1 parent 2adf0e0 commit 5f84794

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

coverage/lcov.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ DA:1,4
225225
DA:3,4
226226
DA:5,4
227227
DA:7,4
228-
DA:8,2
228+
DA:8,1
229229
DA:11,4
230230
DA:19,4
231231
LF:7
232232
LH:7
233-
BRDA:7,0,0,2
233+
BRDA:7,0,0,1
234234
BRF:1
235235
BRH:1
236236
end_of_record

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@types/cors": "^2.8.17",
3737
"@types/jest": "^29.5.11",
38-
"@types/supertest": "^2.0.16",
38+
"@types/supertest": "^6.0.2",
3939
"@types/swagger-ui-express": "^4.1.6",
4040
"@typescript-eslint/eslint-plugin": "^6.18.0",
4141
"@typescript-eslint/parser": "^6.18.0",

test-report.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<testExecutions version="1">
3-
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/logger.spec.ts">
4-
<testCase name="Logger Lib should create a new log directory if one doesn&apos;t already exist" duration="5"/>
5-
</file>
6-
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/crypto.spec.ts">
7-
<testCase name="Crypto Lib (Encryption/Decryption) Testing for text" duration="4"/>
8-
<testCase name="Crypto Lib (Encryption/Decryption) Testing for array" duration="2"/>
9-
<testCase name="Crypto Lib (Encryption/Decryption) Testing for object" duration="2"/>
10-
</file>
113
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/dummy.spec.ts">
12-
<testCase name="Dummy Test Cases Verify Jest is working" duration="2"/>
13-
</file>
14-
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts">
15-
<testCase name="ErrorHandler middleware with 0 status code" duration="4"/>
16-
<testCase name="ErrorHandler middleware with 200 status code" duration="1"/>
17-
<testCase name="ErrorHandler middleware with 200 status code" duration="0"/>
18-
<testCase name="ErrorHandler middleware with 200 status code and updated env variables" duration="1"/>
4+
<testCase name="Dummy Test Cases Verify Jest is working" duration="3"/>
195
</file>
206
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/app.integration.spec.ts">
217
<testCase name="status integration tests can get default route success" duration="14"/>
22-
<testCase name="status integration tests can get default web route success" duration="3"/>
8+
<testCase name="status integration tests can get default web route success" duration="2"/>
239
</file>
24-
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/status.integration.spec.ts">
25-
<testCase name="status integration tests can get server time" duration="14"/>
26-
<testCase name="status integration tests can get server system info" duration="4"/>
27-
<testCase name="status integration tests can get server system usage" duration="2"/>
28-
<testCase name="status integration tests can get server system process info" duration="2"/>
29-
<testCase name="status integration tests should get the error" duration="4"/>
10+
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/crypto.spec.ts">
11+
<testCase name="Crypto Lib (Encryption/Decryption) Testing for text" duration="4"/>
12+
<testCase name="Crypto Lib (Encryption/Decryption) Testing for array" duration="1"/>
13+
<testCase name="Crypto Lib (Encryption/Decryption) Testing for object" duration="2"/>
14+
</file>
15+
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/logger.spec.ts">
16+
<testCase name="Logger Lib should create a new log directory if one doesn&apos;t already exist" duration="7"/>
3017
</file>
3118
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/components/SystemStatusController.spec.ts">
32-
<testCase name="System Status Controller test getError method" duration="2"/>
19+
<testCase name="System Status Controller test getError method" duration="3"/>
3320
<testCase name="System Status Controller test getSystemInfo method" duration="2"/>
3421
<testCase name="System Status Controller test getSystemInfo method with updated env variables" duration="2"/>
3522
<testCase name="System Status Controller test getSystemInfo method with exception" duration="0"/>
@@ -40,4 +27,17 @@
4027
<testCase name="System Status Controller test getProcessInfo method" duration="0"/>
4128
<testCase name="System Status Controller test getProcessInfo method with exception" duration="0"/>
4229
</file>
30+
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts">
31+
<testCase name="ErrorHandler middleware with 0 status code" duration="5"/>
32+
<testCase name="ErrorHandler middleware with 200 status code" duration="0"/>
33+
<testCase name="ErrorHandler middleware with 200 status code" duration="1"/>
34+
<testCase name="ErrorHandler middleware with 200 status code and updated env variables" duration="1"/>
35+
</file>
36+
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/status.integration.spec.ts">
37+
<testCase name="status integration tests can get server time" duration="14"/>
38+
<testCase name="status integration tests can get server system info" duration="4"/>
39+
<testCase name="status integration tests can get server system usage" duration="2"/>
40+
<testCase name="status integration tests can get server system process info" duration="1"/>
41+
<testCase name="status integration tests should get the error" duration="4"/>
42+
</file>
4343
</testExecutions>

0 commit comments

Comments
 (0)