From 739825dc99cc64517ab82b49accaee9c59f2b933 Mon Sep 17 00:00:00 2001 From: John Messerly Date: Mon, 11 Aug 2014 14:42:14 -0700 Subject: [PATCH] make test not depend on date formatting, fixes #43 --- tests/tests.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/tests/tests.js b/tests/tests.js index ec59a47..a6cc636 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -127,6 +127,14 @@ suite('PolymerExpressions', function() { }); } + function objToString(str) { + return { + toString: function() { + return str; + } + }; + } + test('ClassName Singular', function(done) { var div = createTestHtml( '