CSR-889 | Formatting
This commit is contained in:
parent
701e337b9b
commit
488eb5f3cd
1 changed files with 8 additions and 1 deletions
|
|
@ -56,7 +56,14 @@ describe("service-package-question.vue", () => {
|
||||||
wrapper.componentVM.selectedValues = "TierThree";
|
wrapper.componentVM.selectedValues = "TierThree";
|
||||||
|
|
||||||
// Assert
|
// 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", () => {
|
it("should have the correct insurance pricing text when insurance is selected", () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue