From 8f231c12b5bc7fecd7cbe5509c2f39394a2d5317 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 12 Oct 2014 13:32:15 -0700 Subject: [PATCH] enable a test case --- test/specs/tags/enumtag.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/specs/tags/enumtag.js b/test/specs/tags/enumtag.js index d6029c54..980c893d 100644 --- a/test/specs/tags/enumtag.js +++ b/test/specs/tags/enumtag.js @@ -1,4 +1,4 @@ -/*global describe, expect, it, jasmine, xit */ +/*global describe, expect, it, jasmine */ 'use strict'; describe('@enum tag', function() { @@ -26,8 +26,7 @@ describe('@enum tag', function() { expect(tristate.properties[2].type.names.join(', ')).toBe('boolean'); }); - // TODO: reenable after fixing circular-reference issues - xit('An enum does not contain any circular references.', function() { + it('An enum does not contain any circular references.', function() { var dump = require('jsdoc/util/dumper').dump; expect( dump(tristate) ).not.toMatch('');