MCPcopy
hub / github.com/thx/rap2-delos / validInterface

Function validInterface

test/test.interface.js:30–34  ·  view source on GitHub ↗
(itf, extras = [])

Source from the content-addressed store, hash-verified

28 done()
29 })
30 let validInterface = (itf, extras = []) => {
31 itf.creatorId.should.be.a('number')
32 itf.repositoryId.should.be.a('number')
33 itf.moduleId.should.be.a('number')
34 }
35
36 it('/interface/create', done => {
37 request.post('/interface/create')

Callers 1

test.interface.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected