Plato on Github
Report Home
dojo/tests/support/undef.js
Maintainability
79.33
Lines of code
16
Difficulty
6.93
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
define([ 'require', 'intern!object', 'intern/chai!assert' ], function (require, registerSuite, assert) { var global = this; registerSuite({ name: 'undef', 'test': function () { assert.ok(global.require.undef); assert.ok(require.undef); } }); });