Skip to content

Instantly share code, notes, and snippets.

@lfac-pt
Created May 29, 2019 10:03
Show Gist options
  • Save lfac-pt/c7c571ca0b8c3251240690f8abb7a262 to your computer and use it in GitHub Desktop.
Save lfac-pt/c7c571ca0b8c3251240690f8abb7a262 to your computer and use it in GitHub Desktop.
Example 8 of my JavaScript and React unit tests basics
class Dialog extends Component {
deleteUser() {
// `deleteUser` implementation
}
render() {
// `render` implementation
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment