Plato on Github
Report Home
dojo/tests/dojo.intern.local.js
Maintainability
67.08
Lines of code
16
Difficulty
6.67
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
define([ './dojo.intern' ], function (intern) { intern.tunnel = 'NullTunnel'; intern.tunnelOptions = { hostname: 'localhost', port: 4444 }; intern.environments = [ { browserName: 'firefox' }, { browserName: 'chrome' } ]; return intern; });