fix test and build ci to deploy app correctly

This commit is contained in:
RcleydsonR
2023-02-13 12:58:57 -03:00
parent c27dde4dfe
commit 5972f24f4e
4 changed files with 16 additions and 34 deletions

View File

@@ -30,6 +30,6 @@ describe("TopBar.vue", () => {
it("should render the P2Pix logo correctly", () => {
const wrapper = shallowMount(TopBar);
const img = wrapper.findAll(".logo");
expect(img.length).toBe(1);
expect(img.length).toBe(2);
});
});