From 227c984d89616defe2cef799f0d38b84e9d54326 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 2 Jan 2016 19:02:34 -0700 Subject: [PATCH] More test globals --- test/.eslintrc.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/.eslintrc.json b/test/.eslintrc.json index 959a4f4b57..509c93fc5c 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -3,7 +3,9 @@ "mocha": true }, "globals": { - "expect": true, - "sinon": true + "afterLoadText": false, + "expect": false, + "proj4": false, + "sinon": false } }