From 553b8fb2e08de9c71561b9363149785fe025fe70 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 17 Mar 2014 07:51:09 -0700 Subject: [PATCH] Add Underscore `_.now` test to the excused list. --- test/underscore.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/underscore.html b/test/underscore.html index 445d72872..7ceff7a67 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -91,6 +91,9 @@ '_.unescape': [ '"Curly & Moe's"' ], + 'now': [ + 'Produces the correct time in milliseconds' + ], 'times': [ 'Died on test #1' ],