We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1bb52 commit 31b20aeCopy full SHA for 31b20ae
1 file changed
RandSum0/__tests__/randsum.spec.js
@@ -1,4 +1,4 @@
1
-const genSum = require('../index')
+const genSum = require('../randsum')
2
3
test('Providing "0" as argument should give an array that\'s empty', () => {
4
const arrayLength = 0
0 commit comments