Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Module
Function · 0.85
add
Method · 0.65
Tested by
no test coverage detected