UNPKG

oolong

Version:

Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.

8 lines (6 loc) 154 B
var O = require("../..") describe("Oolong.forEach", function() { it("must be an alias to .each", function() { O.forEach.must.equal(O.each) }) })