Loading
Current section: Component Testing 4 exercises
Problem

Proper DOM Cleanup for Reliable Testing

Loading exercise

Transcript

00:00 So, Kelly finished the test for us, and feel free to delete these tests and write them yourself if you want to practice, but they're not working. There's a problem with them, and it has to do with the fact that we're mucking with the DOM and not cleaning up after ourselves. So, your task is to handle the cleanup. This will be pretty quick. We'll see you when you're done.