Use biome and format all files #837
Annotations
2 errors
          | 
                      
                          build
                        
                      
                       Process completed with exit code 1. | 
| 
                      
                          Unhandled error: 
                        tests/integration/diff/advancedDiff.test.ts#L37
                      
                       Error: write EPIPE
 ❯ afterWriteDispatched node:internal/stream_base_commons:159:15
 ❯ writeGeneric node:internal/stream_base_commons:150:3
 ❯ Socket._writeGeneric node:net:971:11
 ❯ Socket._write node:net:983:8
 ❯ writeOrBuffer node:internal/streams/writable:572:12
 ❯ _write node:internal/streams/writable:501:10
 ❯ Socket.Writable.write node:internal/streams/writable:510:10
 ❯ tests/integration/diff/advancedDiff.test.ts:37:29
 ❯ processTicksAndRejections node:internal/process/task_queues:105:5
 ❯ node_modules/@vitest/runner/dist/index.js:595:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -32, code: 'EPIPE', syscall: 'write' }
This error originated in "tests/integration/diff/advancedDiff.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 "matches the generated file with the baseline". 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.
 |