Rename single-word Vue files to multi-word names and update references
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { mount } from "@vue/test-utils";
|
||||
import Loading from "@/components/Loading.vue";
|
||||
import Loading from "@/components/LoadingOverlay.vue";
|
||||
|
||||
describe("Loading", () => {
|
||||
it("renders a loader element", () => {
|
||||
|
||||
Reference in New Issue
Block a user