more cleanup

This commit is contained in:
CarlNation 2025-10-03 13:37:48 -04:00
parent ce660742c2
commit 0196573325

View file

@ -27,7 +27,7 @@ const testConstants = {
vapsCopy: {
frontWiperCopy: "Front Wiper copy",
rearWiperCopy: "Rear Wiper copy",
RepelCopy: "Rain repel copy",
rainRepelCopy: "Rain repel copy",
},
parts: {
frontWiperPart: {
@ -783,7 +783,7 @@ describe("Service Package Review Block", () => {
};
});
describe("General functionality", () => {
it.only('Should properly "Round Down" package tier', async () => {
it('Should properly "Round Down" package tier', async () => {
// Slightly longer explanation:
// Should only return the highest tier where *every* offered VAP is part of the order.
// However, there may be vaps not offered in the qualifying tier. Hence rounding *down*.