UNPKG

@bentoboxes/nova-utils

Version:

This set of utilities are intended to

9 lines (6 loc) 239 B
import { LodashUtils } from "../.."; test("it checks Lodash is correctly loaded", () => { const lodashInstance = LodashUtils; const anyLodashMethod = typeof lodashInstance.sortBy; expect(anyLodashMethod).not.toBe("undefined"); });