removed console.log
This commit is contained in:
parent
b466c7f6d6
commit
5c616c0fbb
1 changed files with 0 additions and 13 deletions
|
|
@ -17,13 +17,6 @@ o.spec("hyperscript", function() {
|
|||
o(vnode.tag).equals("a")
|
||||
})
|
||||
o("v1.0.1 bug-for-bug regression suite", function(){
|
||||
o
|
||||
console.log(m('a', {
|
||||
class: null
|
||||
}).attrs, {
|
||||
class: undefined,
|
||||
className: null
|
||||
})
|
||||
o(m('a', {
|
||||
class: null
|
||||
}).attrs).deepEquals({
|
||||
|
|
@ -47,12 +40,6 @@ o.spec("hyperscript", function() {
|
|||
class: undefined,
|
||||
className: true
|
||||
})
|
||||
console.log(m('a.x', {
|
||||
class: null
|
||||
}).attrs, {
|
||||
class: undefined,
|
||||
className: "x null"
|
||||
})
|
||||
o(m('a.x', {
|
||||
class: null
|
||||
}).attrs).deepEquals({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue