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