Skip to content

Commit

Permalink
Merge pull request #97 from embroider-build/use-virtual-instead-of-core
Browse files Browse the repository at this point in the history
Use @embroider/virtual instead of @embroider/core
  • Loading branch information
NullVoxPopuli authored Oct 4, 2024
2 parents e9ec9d0 + d629d91 commit ec657eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files-override/js/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<script src="/testem.js" integrity="" data-embroider-ignore></script>
<script src="/@embroider/virtual/vendor.js"></script>
<script src="/@embroider/core/test-support.js"></script>
<script src="/@embroider/virtual/test-support.js"></script>
<script type="module">import "ember-testing";</script>

<script type="module">
Expand Down

0 comments on commit ec657eb

Please sign in to comment.