uncomment test code.

This commit is contained in:
MinHyeong Kim 2014-08-09 21:35:13 +09:00 committed by Jeff Williams
parent cc9ceb700b
commit c797b50c49

View File

@ -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');
});
});