Skip to content

Commit 350e725

Browse files
Rebuild test specs
1 parent 17ebbb3 commit 350e725

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ module.exports = function(grunt)
9696

9797
var src = Path.join(__dirname, 'examples', 'basic', 'src');
9898
var out = Path.join(__dirname, 'test', 'renderer', 'specs');
99+
100+
TypeDoc.FS.removeSync(out);
99101
app.generateDocs(app.expandInputFiles([src]), out);
102+
TypeDoc.FS.removeSync(Path.join(out, 'assets'));
100103
});
101104
};

test/renderer/specs/classes/_classes_.nongenericclass.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
266266
<li>
267267
<h5>value: <a href="_classes_.subclassb.html" class="tsd-signature-type">SubClassB</a></h5>
268268
<div class="tsd-comment tsd-typography">
269-
<p><a href="_classes_.genericclass.html#getvalue">getValue</a> is the counterpart.</p>
269+
<p><a href="_classes_.nongenericclass.html#getvalue">getValue</a> is the counterpart.</p>
270270
</div>
271271
</li>
272272
</ul>

0 commit comments

Comments
 (0)