From 863b82b71ad9795b93ca42754f612b32af2e1acb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Gerardy Date: Sun, 11 Sep 2016 16:52:54 +0200 Subject: [PATCH] Break a test of the old suite --- tests/mithril-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mithril-tests.js b/tests/mithril-tests.js index dd5a4b98..f68fe0da 100644 --- a/tests/mithril-tests.js +++ b/tests/mithril-tests.js @@ -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" })