From eb39e82629904843132ea764190d66f9301c10fe Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Fri, 23 Jun 2017 19:22:16 +0530 Subject: [PATCH] Update enforce_fully_covered list with pm_list.js. --- tools/test-js-with-node | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-js-with-node b/tools/test-js-with-node index f9990c5945..d6e1ad1de9 100755 --- a/tools/test-js-with-node +++ b/tools/test-js-with-node @@ -36,6 +36,7 @@ enforce_fully_covered = { 'static/js/muting.js', 'static/js/people.js', 'static/js/pm_conversations.js', + 'static/js/pm_list.js', 'static/js/presence.js', 'static/js/reactions.js', 'static/js/recent_senders.js',