Lesson Cards #47
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / JEST Tests
succeeded
Oct 15, 2023 in 0s
JEST Tests ✅
✅ junit.xml
8 tests were completed in 2s with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
HintsParsing.test.ts | 8✅ | 1s |
✅ HintsParsing.test.ts
Determine if cell is a cause
✅ should return true if current cell is a cause
✅ should return false if current cell is not a cause
✅ should return false if row is less than a valid value
✅ should return false if row is greater than a valid value
✅ should return false if column is less than a valid value
✅ should return false if column is greater than a valid value
✅ should return false if hint object does not contain causes
✅ should return false if hint object is null
Loading