Skip to content

Commit

Permalink
removed test for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 23, 2024
1 parent 23c3e4e commit b1e6043
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_language_quircks.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,11 @@ def test_js_ts_exception_correct(
assert len(updates.find_all("append-message")) == 0


@pytest.mark.parametrize("lang", ["javascript", "typescript"])
def test_js_ts_exception_correct_temp(
lang: str, tmp_path: Path, pytestconfig: pytest.Config
):
def test_javascript_exception_correct_temp(tmp_path: Path, pytestconfig: pytest.Config):
conf = configuration(
pytestconfig,
"js-ts-exceptions",
lang,
"javascript",
tmp_path,
"plan.yaml",
"correct-temp",
Expand Down

0 comments on commit b1e6043

Please sign in to comment.