Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/test_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
{
"name": "handled-not-found",
"contains": [
"Expected error: Path not found (NotFound): nonexistent-file.txt",
"Expected error: Path is a directory (IsADirectory)",
"Expected error: Path is not a directory (NotADirectory)",
"(Expected ✅) error: Path not found (NotFound): nonexistent-file.txt",
"(Expected ✅) error: Path is a directory: examples",
"(Expected ✅) error: Path is not a directory: LICENSE",
"test-file.txt contains: Hello from error-handling example!"
]
}
Expand Down
Loading