Skip to content

Commit 598dd31

Browse files
committed
chore: update space
1 parent d2c4d74 commit 598dd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Maths/test/FermatsLastTheoremTest.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import checkFermatLastTheorem from '../FermatsLastTheoremTest.js'
2+
23
describe("Fermat's Last Theorem Checker (BigInt version)", () => {
34
test('throws an error if exponent is less than 3', () => {
45
expect(() => checkFermatLastTheorem(10, 2)).toThrow(

0 commit comments

Comments
 (0)