UNPKG

@eluvio/elv-js-helpers

Version:

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

12 lines (10 loc) 345 B
// AUTO-GENERATED TEST - DO NOT MODIFY, CHANGES WILL BE OVERWRITTEN DURING BUILD 'use strict' const TH = require('../../../test-helpers') const Just = TH.requireSrcFile('ADT/Just') describe('Just JSDoc example', () => { it('should execute correctly as described', () => { 'use strict' Just(42).inspect().should.eql('Just 42') }) })