CASH-188 | Unit tests

This commit is contained in:
Scott Kiener 2025-04-23 10:31:06 -04:00
parent 0965ed1207
commit 4a178f5009

View file

@ -20,9 +20,6 @@ describe("salesforceWebchat.vue", () => {
expect(wrapper.props().hideSalesforceWebchatLaunchButton).toBe(false);
});
it("appends script to document body on mount", () => {
});
it("calls the correct initialization function based on environment", () => {
process.env.VUE_APP_CURRENT_ENVIRONMENT = "Prod";
let wrapper = shallowMount(salesforceWebchat);