Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Mar 22, 2024
1 parent d776c25 commit 385e39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/vite-app-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ viteAppScenarios
merge(addon2.files, {
app: {
components: {
'component-two.js': `export { default } from 'my-addon/components/component-two';`,
'component-two.js': `export { default } from 'my-addon2/components/component-two';`,
},
},
addon: {
Expand Down

0 comments on commit 385e39b

Please sign in to comment.