Skip to content

Commit 8b2ed42

Browse files
nik-revMaoShizhong
andauthored
Update 13_factorial/factorial.spec.js
Co-authored-by: MaoShizhong <[email protected]>
1 parent 54dd2ce commit 8b2ed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_factorial/factorial.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const factorial = require("./factorial-solution");
1+
const factorial = require("./factorial");
22

33
describe('factorial', () => {
44
test('4th factorial number is 24', () => {

0 commit comments

Comments
 (0)