From 3c37f290a8ca98c90fc0d936002f780d966fbc10 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 12 Apr 2016 09:38:22 -0700 Subject: [PATCH] Add unwrapped chain test for `nth`. --- test/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.js b/test/test.js index f379b23b8..81bd585d8 100644 --- a/test/test.js +++ b/test/test.js @@ -25370,6 +25370,7 @@ 'min', 'minBy', 'multiply', + 'nth', 'pad', 'padEnd', 'padStart',