fix: windows paths and line-endings #6
Annotations
3 errors
tests/e2e/cli-commands.test.ts > CLI Commands > should generate markdown file with default options:
tests/e2e/cli-commands.test.ts#L27
Error: Command failed: pnpm exec esno D:\a\CodeWhisper\CodeWhisper\cli.js generate -p "D:\a\CodeWhisper\CodeWhisper\tests\fixtures\test-project" -o "D:\a\CodeWhisper\CodeWhisper\tests\fixtures\test-project\output.md" -g "D:\a\CodeWhisper\CodeWhisper\tests\fixtures\test-project\.gitignore"
❯ tests/e2e/cli-commands.test.ts:27:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { status: 1, signal: null, output: [ null, null, null ], pid: 2652, stdout: null, stderr: null }
|
tests/unit/file-processor.test.ts > processFiles > should use cache for unchanged files:
tests/unit/file-processor.test.ts#L184
AssertionError: expected 2 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 2
❯ tests/unit/file-processor.test.ts:184:27
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|