Changed variable name
gitea/salix/2138-zone_event_m3 This commit looks good
Details
gitea/salix/2138-zone_event_m3 This commit looks good
Details
This commit is contained in:
parent
ce84d26fae
commit
d401fa8d13
|
@ -68,7 +68,7 @@ describe('Zone Component vnZoneDeliveryDays', () => {
|
|||
|
||||
const event = new Event('click');
|
||||
const target = document.createElement('div');
|
||||
target.dispatchEvent($event);
|
||||
target.dispatchEvent(event);
|
||||
const events = [
|
||||
{zoneFk: 1},
|
||||
{zoneFk: 2},
|
||||
|
|
Loading…
Reference in New Issue