Skip to content

Commit

Permalink
Chore: run mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Jul 1, 2024
1 parent 9471d49 commit 7848d28
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/manifest_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ defmodule Vite.ManifestTest do
{:import_module, "assets/module_a-UvMMXHBe.js"},
{:import_module, "assets/module_c-CEsvvVSb.js"},
{:import_module, "assets/module_b-BL0iFxLQ.js"}
]
]
]

assert Manifest.entry("src/main.tsx") ==
[
{:entry_name, "src/main.tsx"},
{:css, "assets/main-DuLJnGy9.css"},
{:module, "assets/main-Di0ERxQQ.js"},
{:import_module, "assets/module_a-UvMMXHBe.js"},
{:import_module, "assets/module_c-CEsvvVSb.js"},
{:import_module, "assets/module_b-BL0iFxLQ.js"}
]
[
{:entry_name, "src/main.tsx"},
{:css, "assets/main-DuLJnGy9.css"},
{:module, "assets/main-Di0ERxQQ.js"},
{:import_module, "assets/module_a-UvMMXHBe.js"},
{:import_module, "assets/module_c-CEsvvVSb.js"},
{:import_module, "assets/module_b-BL0iFxLQ.js"}
]
end
end
end

0 comments on commit 7848d28

Please sign in to comment.