Skip to content

Commit b58c0a7

Browse files
👌 IMPROVE: code improve
1 parent 31329fc commit b58c0a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Project-Euler/test/Problem005.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ describe.concurrent('Find smallest multiple', () => {
77
test('if max divisor is 15', () => {
88
expect(findSmallestMultiple(15)).toBe(360360)
99
})
10+
1011
// Project Euler Condition Check
1112
test('if max divisor is 20', () => {
1213
expect(findSmallestMultiple(20)).toBe(232792560)

0 commit comments

Comments
 (0)