Break a test of the old suite

This commit is contained in:
Pierre-Yves Gerardy 2016-09-11 16:52:54 +02:00
parent aeb5f05706
commit 863b82b71a

View file

@ -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" })