How do I check if a component is not present, i.e. that a specific component has not been rendered?
You can use enzymes contains to check if the component was rendered:
expect(component.contains()).toBe(false)