Skip to content
Snippets Groups Projects
Commit 1689a150 authored by Artur Carvalho's avatar Artur Carvalho
Browse files

Fix bad renaming

parent 92591c23
No related branches found
No related tags found
1 merge request!1Add initial libraries
Pipeline #67831 passed
import { describe, it, expect } from "vitest"; import { describe, it, expect } from "vitest";
import { mount } from "@vue/test-utils"; import { mount } from "@vue/test-utils";
import HelloWorld from "../List.vue"; import HelloWorld from "../ListComp.vue";
describe("HelloWorld", () => { describe("HelloWorld", () => {
it("renders properly", () => { it("renders properly", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment