From b50f2ea927f61a773ac7a8d6bce3842e6a8fc82e Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sun, 5 Apr 2020 12:48:34 -0700 Subject: [PATCH] chore: remove duplicate mocha config (#408) --- packages/google-cloud-language/.mocharc.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 packages/google-cloud-language/.mocharc.json diff --git a/packages/google-cloud-language/.mocharc.json b/packages/google-cloud-language/.mocharc.json deleted file mode 100644 index 670c5e2c24b..00000000000 --- a/packages/google-cloud-language/.mocharc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "enable-source-maps": true, - "throw-deprecation": true, - "timeout": 10000 -}