CASH-188 | Unit tests
This commit is contained in:
parent
0965ed1207
commit
4a178f5009
1 changed files with 0 additions and 3 deletions
|
|
@ -20,9 +20,6 @@ describe("salesforceWebchat.vue", () => {
|
||||||
expect(wrapper.props().hideSalesforceWebchatLaunchButton).toBe(false);
|
expect(wrapper.props().hideSalesforceWebchatLaunchButton).toBe(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("appends script to document body on mount", () => {
|
|
||||||
});
|
|
||||||
|
|
||||||
it("calls the correct initialization function based on environment", () => {
|
it("calls the correct initialization function based on environment", () => {
|
||||||
process.env.VUE_APP_CURRENT_ENVIRONMENT = "Prod";
|
process.env.VUE_APP_CURRENT_ENVIRONMENT = "Prod";
|
||||||
let wrapper = shallowMount(salesforceWebchat);
|
let wrapper = shallowMount(salesforceWebchat);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue