UNPKG

@eluvio/elv-js-helpers

Version:

A collection of Javascript helper functions used by several Eluvio libraries.

7 lines (6 loc) 210 B
describe('elv-js-helpers', () => { it('should not throw an exception when requiring the entire library', () => { const EJH = require('../../../src/main') console.log(EJH.Datetime.sysLocale()) }) })