From 0fd0887407744e89f7945c4c988c73557531cc3f Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Wed, 30 Mar 2016 13:17:04 -0700 Subject: [PATCH] use standard.env.mocha instead of a list of globals --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 332578e6ce52c..c4b49cd3c7af1 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,11 @@ "ignore": [ "/vendor" ], + "env": { + "mocha": true + }, "globals": [ "$", - "after", - "afterEach", - "before", - "beforeEach", - "describe", - "it", "location" ] },