Plato on Github
Report Home
dojo/testsDOH/_base/loader/hostenv_spidermonkey.js
Maintainability
78.83
Lines of code
11
Difficulty
3.71
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
dojo.provide("dojo.testsDOH._base._loader.hostenv_spidermonkey"); tests.register("testsDOH._base._loader.hostenv_spidermonkey", [ function getText(t){ var filePath = dojo.moduleUrl("testsDOH._base._loader", "getText.txt"); var text = readText(filePath); t.assertEqual("dojo._getText() test data", text); } ] );