fix: typo in instructions (#41696)

This commit is contained in:
danzel-py
2021-03-31 15:17:19 +07:00
committed by GitHub
parent 275b17a414
commit 48e19ccd7b

View File

@ -39,7 +39,7 @@ Write the following tests in `tests/1_unit-tests.js`:
- Logic handles an invalid region (3x3 grid) placement
- Valid puzzle strings pass the solver
- Invalid puzzle strings fail the solver
- Solver returns the the expected solution for an incomplete puzzzle
- Solver returns the the expected solution for an incomplete puzzle
Write the following tests in `tests/2_functional-tests.js`