From 8afbc06b52fd00beb81330eef058eb40b894f1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 6 May 2025 16:58:45 +0200 Subject: [PATCH] test custom .swcrc and aliases --- tools/tests/modern.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/tests/modern.js b/tools/tests/modern.js index 6781d9cf85..2e92abb335 100644 --- a/tools/tests/modern.js +++ b/tools/tests/modern.js @@ -70,9 +70,6 @@ selftest.define("modern build stack", async function () { /* check debug stack */ await run.match(/server\/main\.js:6:22/, false, true); - // /* custom .swcrc and alias resolution */ - // await run.match(/alias resolved/, false, true); - await run.stop(); }); @@ -222,9 +219,6 @@ selftest.define("modern build stack - transpiler string-like options", async fun run.waitSecs(waitToStart); await run.match("App running at"); - /* custom .swcrc and alias resolution */ - await run.match(/alias resolved/, false, true); - /* check transpiler options */ await run.match(/\[Transpiler] Used SWC.*\(app\)/, false, true); await run.match(/\[Transpiler] Used SWC.*\(package\)/, false, true);