**Problem:** As of writing this, JUnit 4's `@Test` annotation (`org.junit.Test`) is automatically imported when creating a new Kata translation. **Solution:** Automatically import JUnit 5's `@Test` annotation (`org.junit.jupiter.api.Test`) instead.