Removing only
This commit is contained in:
parent
b7770baf5f
commit
8740a8b856
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ describe('Store', () => {
|
||||||
expect(store.order.policy).toMatchObject(expectedPolicy);
|
expect(store.order.policy).toMatchObject(expectedPolicy);
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only.each([
|
it.each([
|
||||||
[true, coverageStatuses.NO_COMP],
|
[true, coverageStatuses.NO_COMP],
|
||||||
[false, coverageStatuses.PENDING]
|
[false, coverageStatuses.PENDING]
|
||||||
])('UpdateVehicle should set coverageStatus appropriately based on noCoverage value',
|
])('UpdateVehicle should set coverageStatus appropriately based on noCoverage value',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue