From 1f44074b8f7fa1831b6aeb3d2a88a28bb70be97e Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Thu, 18 Apr 2024 10:02:30 -0400 Subject: [PATCH] Merge pull request #1885 from embroider-build/portable-babel-launcher Fix pre support in portable babel launcher --- tests/scenarios/stage1-test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scenarios/stage1-test.ts b/tests/scenarios/stage1-test.ts index 62a319d61a..1c5bc4b819 100644 --- a/tests/scenarios/stage1-test.ts +++ b/tests/scenarios/stage1-test.ts @@ -144,7 +144,7 @@ appScenarios ); fileContents.matches( - /hbs\(["']
Extra<\/div>["']\)/, + /precompileTemplate\(["']
Extra<\/div>["']\)/, 'called template is still hbs and custom transforms have run' ); @@ -225,7 +225,7 @@ appScenarios ); file.matches( - /hbs\(["']
Extra<\/div>["']\)/, + /precompileTemplate\(["']
Extra<\/div>["']\)/, 'called template is still hbs and custom transforms have run' );