Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Aug 17, 2023
1 parent 63506f9 commit 1579d91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/stc_ts_file_analyzer/tests/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ fn run_test(file_name: PathBuf, want_error: bool, disable_logging: bool) -> Opti
let filename = file_name.display().to_string();
println!("{}", filename);

let case = parse_conformance_test(&file_name).unwrap().into_iter().next().unwrap();

let result = testing::Tester::new()
.print_errors(|cm, handler| -> Result<(), _> {
let _tracing = if disable_logging {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"file": "tests/tsc/types/intersection/withUnionConstraint/1.ts",
"line": 4,
"col": 9,
"code": 2322
}
]

0 comments on commit 1579d91

Please sign in to comment.