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

Test unit test fail

parent 848092a0
No related branches found
No related tags found
1 merge request!1Add initial libraries
Pipeline #67667 failed
......@@ -6,6 +6,6 @@ import HelloWorld from "../HelloWorld.vue";
describe("HelloWorld", () => {
it("renders properly", () => {
const wrapper = mount(HelloWorld, { props: { msg: "Hello Vitest" } });
expect(wrapper.text()).toContain("Hello Vitest");
expect(wrapper.text()).toContain("Hello Viteest");
});
});
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