MCPcopy Index your code
hub / github.com/MikeRyanDev/angular-decorators / test

Function test

src/module.spec.js:86–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 class A{ }
85
86 let test = () => Module('test', []).add(A);
87
88 test.should.throw(Error, /Cannot read provider/);
89 });

Callers

nothing calls this directly

Calls 2

ModuleFunction · 0.85
addMethod · 0.65

Tested by

no test coverage detected