We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dd2ce commit 8b2ed42Copy full SHA for 8b2ed42
13_factorial/factorial.spec.js
@@ -1,4 +1,4 @@
1
-const factorial = require("./factorial-solution");
+const factorial = require("./factorial");
2
3
describe('factorial', () => {
4
test('4th factorial number is 24', () => {
0 commit comments