Plato on Github
Report Home
test/spec/componentmanager.js
Maintainability
160.75
Lines of code
11
Difficulty
2.77
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
define('spec/componentmanager', ['lyria/component/manager'], function(ComponentManager) { describe('lyria/component/manager', function() { it('is an object', function() { expect(ComponentManager).to.be.a('object'); }); }); });