We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca68d1b commit 43705c7Copy full SHA for 43705c7
src/every_strict.spec.js
@@ -23,7 +23,7 @@ function largerOrEqualThanZeroInRandomTime(x) {
23
);
24
}
25
26
-describe('asyncEvery()', () => {
+describe('asyncEveryStrict()', () => {
27
it('example from README works as described', async () => {
28
const indexes = [];
29
0 commit comments