mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
remove unused test; cleanup
This commit is contained in:
parent
413c7eb186
commit
c083ab7bd1
@ -1,4 +1,4 @@
|
|||||||
/*global describe: true, expect: true, it: true, xdescribe: true */
|
/*global describe, expect, it, jasmine */
|
||||||
|
|
||||||
describe('module that exports a constructor', function() {
|
describe('module that exports a constructor', function() {
|
||||||
var docSet = jasmine.getDocSetFromFile('test/fixtures/moduleisconstructor.js');
|
var docSet = jasmine.getDocSetFromFile('test/fixtures/moduleisconstructor.js');
|
||||||
@ -33,11 +33,5 @@ describe('module that exports a constructor', function() {
|
|||||||
it('should include a "description" property that contains the module description', function() {
|
it('should include a "description" property that contains the module description', function() {
|
||||||
expect(modules[0].description).toEqual('Describe the module here.');
|
expect(modules[0].description).toEqual('Describe the module here.');
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: this is the missing piece of information -- the module property is not available when testing, but is available within the template
|
|
||||||
xit('should be able to access the class information via the module', function() {
|
|
||||||
expect(modules[0].module.description).toEqual('Create a new configuration.');
|
|
||||||
expect(modules[0].module.classdesc).toEqual('Describe the class here.');
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user