MCPcopy Index your code
hub / github.com/thx/rap2-delos / validModule

Function validModule

test/test.module.js:23–29  ·  view source on GitHub ↗
(mod)

Source from the content-addressed store, hash-verified

21 done()
22 })
23 let validModule = (mod) => {
24 mod.should.be.a('object').have.all.keys(
25 Object.keys(Module.rawAttributes)
26 )
27 mod.creatorId.should.be.a('number')
28 mod.repositoryId.should.be.a('number')
29 }
30
31 it('/module/create', done => {
32 request.post('/module/create')

Callers 1

test.module.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected