Skip to content

Instantly share code, notes, and snippets.

@ManuelDeLeon
Created April 12, 2020 02:48
Show Gist options
  • Save ManuelDeLeon/dd4e4fd463da4a94aafc9453313ae3cd to your computer and use it in GitHub Desktop.
Save ManuelDeLeon/dd4e4fd463da4a94aafc9453313ae3cd to your computer and use it in GitHub Desktop.
it("Doesn't display anything if messages is empty", () => {
fixture.detectChanges();
const div = fixture.debugElement.query(By.css("div"));
expect(div).toBeFalsy();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment