From 0468c37555dc434c808aa61bc5684d52f49dbce5 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Thu, 4 Oct 2018 11:23:50 -0500 Subject: [PATCH] Add mocha.opts to check for a few rare bugs This was added preemptively--this wasn't because of any issue with Helmet. --- test/mocha.opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/mocha.opts diff --git a/test/mocha.opts b/test/mocha.opts new file mode 100644 index 00000000..5a7dc8bf --- /dev/null +++ b/test/mocha.opts @@ -0,0 +1 @@ +--check-leaks --exit --throw-deprecation --forbid-only --forbid-pending