Skip to content

Commit

Permalink
Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 23, 2023
1 parent c4fed39 commit 3544cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/swc_ecma_parser/tests/typescript.rs
Expand Up @@ -78,7 +78,10 @@ fn spec(file: PathBuf) {
run_spec(&file, &output);
}

#[testing::fixture("tests/tsc/**/*.ts")]
#[testing::fixture(
"tests/tsc/**/*.ts",
exclude("autoAccessor", "parserArrowFunctionExpression11")
)]
fn tsc_spec(file: PathBuf) {
let output = file.with_extension("json");
run_spec(&file, &output);
Expand Down

0 comments on commit 3544cb3

Please sign in to comment.