Created
May 29, 2019 10:03
-
-
Save lfac-pt/c7c571ca0b8c3251240690f8abb7a262 to your computer and use it in GitHub Desktop.
Example 8 of my JavaScript and React unit tests basics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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