Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
skeithtan committed Nov 19, 2024
1 parent d0606a0 commit 7ac14bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions tests/specs/lint/json/expected_json.out
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@
"file_path": "[WILDCARD]malformed.js",
"message": "Expected '{', got 'B' at [WILDCARD]malformed.js:4:16\n\n export class A B C\n ~"
}
],
"checked_files": [
"[WILDCARD]malformed.js",
"[WILDCARD]file1.js",
"[WILDCARD]file2.ts"
]
}
5 changes: 4 additions & 1 deletion tests/specs/lint/stdin_json/expected_from_stdin_json.out
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"hint": [WILDCARD]
}
],
"errors": []
"errors": [],
"checked_files": [
"[WILDCARD]main.ts"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"hint": "If this is intentional, prefix it with an underscore like `_add`"
}
],
"errors": []
"errors": [],
"checked_files": [
"[WILDCARD]a.ts"
]
}

0 comments on commit 7ac14bf

Please sign in to comment.