test custom .swcrc and aliases

This commit is contained in:
Nacho Codoñer
2025-05-06 16:58:45 +02:00
parent 452f6c01e3
commit 8afbc06b52

View File

@@ -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);