Removing only

This commit is contained in:
brydon1 2023-08-10 16:28:15 -04:00
parent b7770baf5f
commit 8740a8b856

View file

@ -197,7 +197,7 @@ describe('Store', () => {
expect(store.order.policy).toMatchObject(expectedPolicy);
});
it.only.each([
it.each([
[true, coverageStatuses.NO_COMP],
[false, coverageStatuses.PENDING]
])('UpdateVehicle should set coverageStatus appropriately based on noCoverage value',