UNPKG
tentacle.js
Version:
latest (0.1.0)
0.1.0
0.0.14
Auto mock/inject dependencies for Angular tests
github.com/anilanar/tentacle.js
anilanar/tentacle.js
tentacle.js
/
src
/
standalone.js
3 lines
(2 loc)
•
83 B
JavaScript
View Raw
1
2
3
var
tentacle =
require
(
'./index'
);
tentacle
(
global
.
window
,
global
.
window
.
angular
);