mediumEngineering Practices#75

Snapshot testing

Prompt

Write a snapshot test for a simple Greeting component that accepts a name prop. The snapshot should capture the rendered output.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code