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