Skip to content

Use named exports for debino #31

Use named exports for debino

Use named exports for debino #31

Triggered via push December 23, 2024 00:54
Status Failure
Total duration 21s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
src/index.test.js > debino > should return a pino logger: src/index.test.js#L20
TypeError: default is not a function ❯ src/index.test.js:20:26
src/index.test.js > debino > should forward options when creating the child logger: src/index.test.js#L30
TypeError: default is not a function ❯ src/index.test.js:30:26
src/index.test.js > debino > should return the same logger instance for the same namespace: src/index.test.js#L36
TypeError: default is not a function ❯ src/index.test.js:36:27
src/index.test.js > debino > should be silent by default: src/index.test.js#L43
TypeError: default is not a function ❯ src/index.test.js:43:26
src/index.test.js > debino > should be on the default debug level if `DEBUG` matches logger name: src/index.test.js#L51
TypeError: default is not a function ❯ src/index.test.js:51:26
src/index.test.js > debino > should be on the specified `options.level` if `DEBUG` matches logger name: src/index.test.js#L60
TypeError: default is not a function ❯ src/index.test.js:60:26
src/index.test.js > debino > should support multiple components separated by colons: src/index.test.js#L75
TypeError: default is not a function ❯ src/index.test.js:75:26
src/index.test.js > debino > should support a different prefix and suffix: src/index.test.js#L85
TypeError: default is not a function ❯ src/index.test.js:85:26
src/index.test.js > setRootLogger > should store the logger as the root one: src/index.test.js#L112
TypeError: default is not a function ❯ src/index.test.js:112:26
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636