Skip to content

Commit

Permalink
Merge pull request embroider-build#1885 from embroider-build/portable…
Browse files Browse the repository at this point in the history
…-babel-launcher

Fix pre support in portable babel launcher
  • Loading branch information
ef4 authored and patricklx committed Jun 13, 2024
1 parent f6f9026 commit e30d2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scenarios/stage1-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ appScenarios
);

fileContents.matches(
/hbs\(["']<div class={{embroider-sample-transforms-result}}>Extra<\/div>["']\)/,
/precompileTemplate\(["']<div class={{embroider-sample-transforms-result}}>Extra<\/div>["']\)/,
'called template is still hbs and custom transforms have run'
);

Expand Down Expand Up @@ -225,7 +225,7 @@ appScenarios
);

file.matches(
/hbs\(["']<div class={{embroider-sample-transforms-result}}>Extra<\/div>["']\)/,
/precompileTemplate\(["']<div class={{embroider-sample-transforms-result}}>Extra<\/div>["']\)/,
'called template is still hbs and custom transforms have run'
);

Expand Down

0 comments on commit e30d2d5

Please sign in to comment.