@eluvio/elv-js-helpers
Version:
A collection of Javascript helper functions used by several Eluvio libraries.
12 lines (10 loc) • 351 B
JavaScript
// AUTO-GENERATED TEST - DO NOT MODIFY, CHANGES WILL BE OVERWRITTEN DURING BUILD
const TH = require('../../../test-helpers')
const identity = TH.requireSrcFile('Functional/identity')
describe('identity JSDoc example', () => {
it('should execute correctly as described', () => {
'use strict'
identity(42).should.eql(42)
})
})