UNPKG

geninq

Version:

A JavaScript version of the Linq library for Generators

6 lines (4 loc) 170 B
import "./count"; import { It } from "../test-utils"; It("Gets the basic count", (g) => g.count(), 3); It("Gets the filtered count", (g) => g.count((i) => i === 2), 1);