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 d2c4d74 commit 598dd31Copy full SHA for 598dd31
Maths/test/FermatsLastTheoremTest.test.js
@@ -1,4 +1,5 @@
1
import checkFermatLastTheorem from '../FermatsLastTheoremTest.js'
2
+
3
describe("Fermat's Last Theorem Checker (BigInt version)", () => {
4
test('throws an error if exponent is less than 3', () => {
5
expect(() => checkFermatLastTheorem(10, 2)).toThrow(
0 commit comments