From 63613236ccebfc4d0532fddb645d3a89aa200724 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 23 Mar 2026 17:11:52 +0100 Subject: [PATCH] chore: Reenable check for no mypy errors in generated types Fixed by https://github.com/pyodide/ts-to-python/pull/112 --- packages/cli/tests/test_types.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/tests/test_types.py b/packages/cli/tests/test_types.py index be88246..02a5612 100644 --- a/packages/cli/tests/test_types.py +++ b/packages/cli/tests/test_types.py @@ -70,5 +70,4 @@ def test_types(tmp_path): assert 'Revealed type is "js.Env"' in result.stdout assert 'Revealed type is "js.KVNamespace_iface"' in result.stdout assert 'Revealed type is "builtins.str"' in result.stdout - # Broken right now: AiSearchListResponse already defined on line 133 - # assert "Success: no issues found" in result.stdout + assert "Success: no issues found" in result.stdout