Skip to content

Instantly share code, notes, and snippets.

@kcmr
Created June 17, 2018 21:19
Show Gist options
  • Save kcmr/309330b1323d7778375d81de6165b4f3 to your computer and use it in GitHub Desktop.
Save kcmr/309330b1323d7778375d81de6165b4f3 to your computer and use it in GitHub Desktop.
test('setting "opened" as true opens the modal', () => {
// Act
sut.opened = true;
// Assert
assert.isTrue(isVisilble(sut));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment