Skip to content

Commit

Permalink
fix canary-compat-stage2-build-in-repo-addons-of-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Apr 15, 2024
1 parent 2ca472e commit 04cf95f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scenarios/compat-stage2-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ stage2Scenarios
'check-resolution-target.js': 'export {}',
},
});

(depC.pkg['ember-addon'] as any).before = ['dep-a', 'dep-b', 'in-repo-d', 'in-repo-a'];

merge(depA.files, {
addon: {
'check-resolution.js': `
Expand Down

0 comments on commit 04cf95f

Please sign in to comment.