mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
remove stray log message
This commit is contained in:
parent
791181b65d
commit
dbfdf946c1
@ -990,7 +990,6 @@ describe("jsdoc/util/templateHelper", function() {
|
|||||||
|
|
||||||
// missing tutorials
|
// missing tutorials
|
||||||
it("returns the tutorial name if it's missing and no missingOpts is provided", function() {
|
it("returns the tutorial name if it's missing and no missingOpts is provided", function() {
|
||||||
console.log("returns the tutorial name if it's missing and no missingOpts is provided");
|
|
||||||
helper.setTutorials(resolver.root);
|
helper.setTutorials(resolver.root);
|
||||||
var link = helper.toTutorial('qwerty');
|
var link = helper.toTutorial('qwerty');
|
||||||
expect(link).toBe('qwerty');
|
expect(link).toBe('qwerty');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user