From 28be7a669e319d753c20f78eb7aefc81c9417884 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 13 Feb 2020 12:32:42 -0800 Subject: [PATCH] test: modernize mocha config (#259) Co-authored-by: Benjamin E. Coe --- .mocharc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .mocharc.json diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 00000000000..670c5e2c24b --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,5 @@ +{ + "enable-source-maps": true, + "throw-deprecation": true, + "timeout": 10000 +}