CSR-1012 - Prettified

This commit is contained in:
Leah Schumann 2023-02-08 08:44:05 -05:00
parent 12477ca649
commit d065181758

View file

@ -27,5 +27,5 @@ describe("modal.vue", () => {
attachTo: document.body, attachTo: document.body,
}); });
expect(wrapper.html()).toEqual(expect.stringContaining(headerText)); expect(wrapper.html()).toEqual(expect.stringContaining(headerText));
}); });
}); });