Skip to content

Commit

Permalink
comment out intentionally failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 31, 2013
1 parent 4328537 commit a04a3a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dommanip_insertions-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2269,6 +2269,7 @@ sink('DOM Manipulation - insertions', function(test, ok, before, after, assert)
/**
* test $.create with html that contains trailing text nodes
*/
/* TODO: needs to be implemented
test('nodes with text nodes being appended with $.create', function (complete) {
var tree = $.create('<span>hey</span> there')
console.log(tree)
Expand All @@ -2277,7 +2278,7 @@ sink('DOM Manipulation - insertions', function(test, ok, before, after, assert)
ok(tree[1] && tree[1].nodeType == 3, 'second node is a text node')
complete()
})

*/

/*********************************
* $.create script tags
Expand Down

0 comments on commit a04a3a1

Please sign in to comment.