Test a solution file against LeetCode's test cases.
`/lc-test <file>` - Test the solution file (e.g., `problems/1.two-sum.rs`)
1. Run `leetcode test <file> 2>&1` and show the results to the user
2. If only problem ID is provided, find the file in `problems/` directory
Note: leetcode test may have timeout issues. If it hangs, use `leetcode submit` directly.
Leave a review
No reviews yet. Be the first to review this skill!