Plato on Github
Report Home
test/spec/templatemethods.js
Maintainability
153.28
Lines of code
12
Difficulty
3.20
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
define('spec/templatemethods', ['lyria/template/methods'], function(methods) { describe('lyria/template/methods', function() { it('is an array', function() { expect(methods).to.be.a('array'); expect(methods).to.not.be.empty; }); }); });