Skip to content

Commit

Permalink
adding loader.js only to classic scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 7, 2025
1 parent 7ae32cb commit 2ce8930
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/scenarios/macro-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ appScenarios

appScenarios
.map('classic-macro-tests', project => {
project.linkDevDependency('loader.js', { baseDir: __dirname });
scenarioSetup(project);
merge(project.files, loadFromFixtureData('macro-test-classic'));
})
Expand Down Expand Up @@ -162,6 +163,7 @@ appScenarios
appScenarios
.only('canary')
.map('macro-babel-cache-busting-classic', project => {
project.linkDevDependency('loader.js', { baseDir: __dirname });
scenarioSetup(project);
merge(project.files, loadFromFixtureData('macro-test-classic'));
})
Expand Down
1 change: 1 addition & 0 deletions tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"ember-truth-helpers": "^3.0.0",
"ember-welcome-page": "^7.0.2",
"execa": "^5.1.1",
"loader.js": "^4.7.0",
"node-fetch": "2.7.0",
"popper.js": "^1.16.1",
"strip-ansi": "^6.0.0",
Expand Down

0 comments on commit 2ce8930

Please sign in to comment.