mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
uncomment test code.
This commit is contained in:
parent
cc9ceb700b
commit
c797b50c49
@ -1,10 +1,10 @@
|
||||
describe('@interface tag', function() {
|
||||
var docSet = jasmine.getDocSetFromFile("test/fixtures/interface-implements.js");
|
||||
|
||||
//var foundInterface = docSet.getByLongname('ITester');
|
||||
var foundInterface = docSet.getByLongname('ITester');
|
||||
|
||||
// it('ITester has "interface" value in "kind"', function() {
|
||||
// expect(foundInterface[0].kind).toBe('interface');
|
||||
// });
|
||||
it('ITester has "interface" value in "kind"', function() {
|
||||
expect(foundInterface[0].kind).toBe('interface');
|
||||
});
|
||||
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user