Break a test of the old suite
This commit is contained in:
parent
aeb5f05706
commit
863b82b71a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
m.deps(mock.window)
|
||||
|
||||
// m
|
||||
test(function () { return typeof m.version() === "string" })
|
||||
test(function () { return typeof m.version() === "Ostring" })
|
||||
test(function () { return m("div").tag === "div" })
|
||||
test(function () { return m(".foo").tag === "div" })
|
||||
test(function () { return m(".foo").attrs.className === "foo" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue