You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/iter/cuevery/test/test.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -162,29 +162,29 @@ tape( 'if at least one upstream iterator value is falsy, the function returns an
162
162
t.end();
163
163
});
164
164
165
-
tape('if all upstream iterator values are truthy, the function returns an iterator protocol-compliant object which always returns truthy values',functiontest(t){
165
+
tape('if all upstream iterator values are falsy, the function returns an iterator protocol-compliant object which always returns falsy values upon encountering the first falsy value',functiontest(t){
0 commit comments