Plato on Github
Report Home
test/spec/templateconnector.js
Maintainability
150.23
Lines of code
17
Difficulty
6.34
Estimated Errors
0.08
Function weight
By Complexity
By SLOC
define('spec/templateconnector', ['lyria/template/connector'], function(TemplateConnector) { describe('lyria/template/connector', function() { var connector = new TemplateConnector(); it('is a function', function() { expect(TemplateConnector).to.be.a('function'); }); it('can be instantiated', function() { expect(connector).to.be.a('object'); }); }); });