Skip to content

util/logging.ts: Add support for logging #313

util/logging.ts: Add support for logging

util/logging.ts: Add support for logging #313

Triggered via pull request December 9, 2024 04:17
Status Success
Total duration 13s
Artifacts

pr_donotmerge.yml

on: pull_request
do_not_merge-check
0s
do_not_merge-check
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 1 warning
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses '5' to log level '5': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses '6' to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses LOG_LEVELS.FATAL to log level '5': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses LOG_LEVELS.OFF to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses empty to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses null to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses undefined to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses unkown number string to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses unknown string to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses number to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses '5' to log level '5': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses '6' to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses LOG_LEVELS.FATAL to log level '5': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses LOG_LEVELS.OFF to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses empty to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses null to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses undefined to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses unkown number string to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses unknown string to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses number to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses '5' to log level '5': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses '6' to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses LOG_LEVELS.FATAL to log level '5': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses LOG_LEVELS.OFF to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses empty to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses null to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses undefined to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses unkown number string to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses unknown string to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
__tests__/unit/logger.test.ts ► logging › parseDebugLevel ► correctly parses number to log level '6': reports/jest-junit.xml#L0
Failed test found in: reports/jest-junit.xml Error: Error: expect(received).toBe(expected) // Object.is equality
do_not_merge-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636