Skip to content

Commit

Permalink
PR Change: add type=module to test-dependencies.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGDS committed Aug 12, 2024
1 parent d577791 commit 2089a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/service_feedback.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</main>
</div>
<%= javascript_include_tag 'test-dependencies' if Rails.env.test? %>
<%= javascript_include_tag 'test-dependencies', type: "module" if Rails.env.test? %>
<%= javascript_include_tag 'application', integrity: false, type: "module" %>
<%= javascript_include_tag 'es6-components.js', type: "module" %>
</body>
Expand Down

0 comments on commit 2089a30

Please sign in to comment.