UNPKG

@eluvio/elv-js-helpers

Version:

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

10 lines (8 loc) 280 B
const TH = require('../../../test-helpers') const assertNothing = TH.requireSrcFile('ModelAssertion/assertNothing') describe('assertNothing', () => { it('should work as expected', () => { assertNothing()[0]().should.be.true assertNothing()[1].should.equal( '') }) })