We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096e624 commit 2e34e5dCopy full SHA for 2e34e5d
Project-Euler/test/Problem015.test.js
@@ -5,6 +5,7 @@ describe('Finding total numbers of Latice Paths', () => {
5
test.each([
6
[2, 6],
7
[4, 70],
8
+ [5, 252],
9
[10, 184756],
10
[20, 137846528820]
11
])('If Grid Size: %i, then Latice Paths count: %i', (a, expected) => {
0 commit comments