Skip to content

Commit c260885

Browse files
Merge pull request #535 from santoshshinde2012/feature/env
update outdated vesion
2 parents 0626306 + a28b224 commit c260885

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

package-lock.json

Lines changed: 25 additions & 25 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
@@ -21,7 +21,7 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"@types/express": "^4.17.21",
24-
"@types/node": "^20.10.5",
24+
"@types/node": "^20.10.6",
2525
"@types/winston": "^2.4.4",
2626
"cors": "^2.8.5",
2727
"dotenv": "^16.3.1",

test-report.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<testExecutions version="1">
33
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/dummy.spec.ts">
4-
<testCase name="Dummy Test Cases Verify Jest is working" duration="3"/>
4+
<testCase name="Dummy Test Cases Verify Jest is working" duration="4"/>
55
</file>
66
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/logger.spec.ts">
7-
<testCase name="Logger Lib should create a new log directory if one doesn&apos;t already exist" duration="7"/>
7+
<testCase name="Logger Lib should create a new log directory if one doesn&apos;t already exist" duration="8"/>
88
</file>
99
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/crypto.spec.ts">
10-
<testCase name="Crypto Lib (Encryption/Decryption) Testing for text" duration="6"/>
10+
<testCase name="Crypto Lib (Encryption/Decryption) Testing for text" duration="7"/>
1111
<testCase name="Crypto Lib (Encryption/Decryption) Testing for array" duration="1"/>
1212
<testCase name="Crypto Lib (Encryption/Decryption) Testing for object" duration="2"/>
1313
</file>
1414
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/components/SystemStatusController.spec.ts">
15-
<testCase name="System Status Controller test getError method" duration="2"/>
15+
<testCase name="System Status Controller test getError method" duration="3"/>
1616
<testCase name="System Status Controller test getSystemInfo method" duration="3"/>
1717
<testCase name="System Status Controller test getSystemInfo method with updated env variables" duration="2"/>
18-
<testCase name="System Status Controller test getSystemInfo method with exception" duration="0"/>
18+
<testCase name="System Status Controller test getSystemInfo method with exception" duration="1"/>
1919
<testCase name="System Status Controller test getServerTime method" duration="1"/>
2020
<testCase name="System Status Controller test getServerTime method with exception" duration="0"/>
21-
<testCase name="System Status Controller test getResourceUsage method" duration="0"/>
21+
<testCase name="System Status Controller test getResourceUsage method" duration="1"/>
2222
<testCase name="System Status Controller test getResourceUsage method with exception" duration="0"/>
2323
<testCase name="System Status Controller test getProcessInfo method" duration="1"/>
2424
<testCase name="System Status Controller test getProcessInfo method with exception" duration="0"/>
2525
</file>
2626
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts">
2727
<testCase name="ErrorHandler middleware with 0 status code" duration="4"/>
28-
<testCase name="ErrorHandler middleware with 200 status code" duration="0"/>
2928
<testCase name="ErrorHandler middleware with 200 status code" duration="1"/>
30-
<testCase name="ErrorHandler middleware with 200 status code and updated env variables" duration="1"/>
29+
<testCase name="ErrorHandler middleware with 200 status code" duration="0"/>
30+
<testCase name="ErrorHandler middleware with 200 status code and updated env variables" duration="2"/>
3131
</file>
3232
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/app.integration.spec.ts">
33-
<testCase name="status integration tests can get default route success" duration="16"/>
34-
<testCase name="status integration tests can get default web route success" duration="2"/>
33+
<testCase name="status integration tests can get default route success" duration="15"/>
34+
<testCase name="status integration tests can get default web route success" duration="3"/>
3535
</file>
3636
<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="16"/>
38-
<testCase name="status integration tests can get server system info" duration="4"/>
37+
<testCase name="status integration tests can get server time" duration="15"/>
38+
<testCase name="status integration tests can get server system info" duration="5"/>
3939
<testCase name="status integration tests can get server system usage" duration="2"/>
4040
<testCase name="status integration tests can get server system process info" duration="2"/>
41-
<testCase name="status integration tests should get the error" duration="3"/>
41+
<testCase name="status integration tests should get the error" duration="4"/>
4242
</file>
4343
</testExecutions>

0 commit comments

Comments
 (0)