Skip to content

Commit 31b20ae

Browse files
committed
add randsum
1 parent ce1bb52 commit 31b20ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RandSum0/__tests__/randsum.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const genSum = require('../index')
1+
const genSum = require('../randsum')
22

33
test('Providing "0" as argument should give an array that\'s empty', () => {
44
const arrayLength = 0

0 commit comments

Comments
 (0)