mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
test custom .swcrc and aliases
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user