From 260aed34e526bf5965908c2e6de4a80c3ce46c1d Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sun, 5 Apr 2020 12:50:30 -0700 Subject: [PATCH] chore: remove duplicate mocha config (#1147) --- .mocharc.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .mocharc.json diff --git a/.mocharc.json b/.mocharc.json deleted file mode 100644 index 670c5e2c2..000000000 --- a/.mocharc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "enable-source-maps": true, - "throw-deprecation": true, - "timeout": 10000 -}