Fix formatting
This commit is contained in:
parent
c148f56361
commit
ca215c3af5
1 changed files with 4 additions and 4 deletions
|
|
@ -31,8 +31,8 @@ jest.mock("@/store", () => ({
|
|||
laborAmount: 0,
|
||||
partNumber: "SUPPLIES-REPAIR",
|
||||
partType: "REPAIR FEE",
|
||||
sellingPrice: 7.99
|
||||
}
|
||||
sellingPrice: 7.99,
|
||||
},
|
||||
],
|
||||
},
|
||||
order: {
|
||||
|
|
@ -56,8 +56,8 @@ beforeEach(() => {
|
|||
laborAmount: 0,
|
||||
partNumber: "SUPPLIES-REPAIR",
|
||||
partType: "REPAIR FEE",
|
||||
sellingPrice: 7.99
|
||||
}
|
||||
sellingPrice: 7.99,
|
||||
},
|
||||
],
|
||||
},
|
||||
order: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue