📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 06:18:58
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jsdoc
/
plugins
/
test
/
specs
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jsdoc/plugins/test/specs
🔄 Refresh
✏️
Editing: shout.js
Writable
'use strict'; describe('shout plugin', function() { var env = require('jsdoc/env'); var path = require('jsdoc/path'); var docSet; var parser = jasmine.createParser(); var pluginPath = 'plugins/shout'; var pluginPathResolved = path.join(env.dirname, pluginPath); var plugin = require(pluginPathResolved); require('jsdoc/plugins').installPlugins([pluginPathResolved], parser); docSet = jasmine.getDocSetFromFile(pluginPath + '.js', parser); it('should make the description uppercase', function() { var doclet = docSet.getByLongname('module:plugins/shout.handlers.newDoclet'); expect(doclet[0].description).toEqual('MAKE YOUR DESCRIPTIONS MORE SHOUTIER.'); }); });
💾 Save Changes
❌ Cancel