mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 12:52:47 -08:00
Removed feral console.log
This commit is contained in:
parent
80e4ab9676
commit
2bc06fd255
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ describe("Widget module", function() {
|
|||
var widgetNode = createWidgetNode(parseText(text,wiki),wiki);
|
||||
// Render the widget node to the DOM
|
||||
var wrapper = renderWidgetNode(widgetNode);
|
||||
console.log(require("util").inspect(widgetNode,{depth:8,colors:true}));
|
||||
//console.log(require("util").inspect(widgetNode,{depth:8,colors:true}));
|
||||
// Test the rendering
|
||||
expect(wrapper.innerHTML).toBe("<p>TiddlerFourTiddlerOneTiddlerThreeTiddlerTwo</p>");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue