CSR-889 | Formatting

This commit is contained in:
Scott Kiener 2022-11-29 09:58:05 -05:00
parent 701e337b9b
commit 488eb5f3cd

View file

@ -56,7 +56,14 @@ describe("service-package-question.vue", () => {
wrapper.componentVM.selectedValues = "TierThree";
// Assert
expect(wrapper.emitted()["update:modelValue"][0][0]).toEqual([{"description": null, "partNumber": "RAIN DEFENSE", "partType": "RAIN DEFENSE", "price": 35.5}]);
expect(wrapper.emitted()["update:modelValue"][0][0]).toEqual([
{
description: null,
partNumber: "RAIN DEFENSE",
partType: "RAIN DEFENSE",
price: 35.5,
},
]);
});
it("should have the correct insurance pricing text when insurance is selected", () => {
// Arrange