test: add pino destination test #80
Annotations
3 errors
|
Run pnpm run test:
tests/pino-destination/index.test.ts#L18
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ ChildProcess.<anonymous> tests/pino-destination/index.test.ts:18:20
❯ ChildProcess.emit node:events:518:28
❯ Process.ChildProcess._handle.onexit node:internal/child_process:293:12
This error originated in "tests/pino-destination/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "pino destination". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run pnpm run test
The operation was canceled.
|
Loading