component.selectionModel.items = items
component.selectionModel = selectionModel
component.selectionModel.intersection = Intersection.Include
- console.log(component.selectionModel.items[0])
component.selectionModel.set(null, ToggleableItemState.Selected)
component.selectionModel.intersection = Intersection.Exclude
component.selectionModel.toggleIntersection()
- console.log(component.selectionModel)
expect(component.selectionModel.getExcludedItems()).toEqual([
negativeNullItem,
])
)
} catch (error) {
this.toastService.showError(errorMessage)
- console.log(error)
}
this.storeSettings()
},
error: (e) => {
this.toastService.showError(errorMessage)
- console.log(e)
},
})
}
this.toastService.showError(
'Error migrating update checking setting'
)
- console.log(e)
},
})
}