We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31329fc commit b58c0a7Copy full SHA for b58c0a7
Project-Euler/test/Problem005.test.js
@@ -7,6 +7,7 @@ describe.concurrent('Find smallest multiple', () => {
7
test('if max divisor is 15', () => {
8
expect(findSmallestMultiple(15)).toBe(360360)
9
})
10
+
11
// Project Euler Condition Check
12
test('if max divisor is 20', () => {
13
expect(findSmallestMultiple(20)).toBe(232792560)
0 commit comments