Question 022
### What is the primary purpose of the '/tests' slash command in GitHub Copilot?
> https://docs.github.com/en/copilot/using-github-copilot/guides-on-using-github-copilot/writing-tests-with-github-copilot
1. [x] It generates a suite of unit tests for the currently open file, using context from existing test files if available
1. [ ] It runs all existing unit tests in the project without generating new ones
1. [ ] It only validates the syntax of existing test files without creating new tests
1. [ ] It permanently removes all existing test files to start fresh