From 3557c47d76987d0502978383902dfa367c8ad64e Mon Sep 17 00:00:00 2001 From: Joshua Pan Date: Fri, 23 Jun 2017 03:05:32 -0700 Subject: [PATCH] node tests: Enforce 100% node coverage in user_events.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 d6e1ad1de9..065527668a 100755 --- a/tools/test-js-with-node +++ b/tools/test-js-with-node @@ -48,6 +48,7 @@ enforce_fully_covered = { 'static/js/typing_data.js', 'static/js/typing_status.js', 'static/js/unread.js', + 'static/js/user_events.js', 'static/js/util.js', }