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