diff --git a/package.json b/package.json index f85ea54..ca15583 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,8 @@ "standard": "^17.1.0" }, "standard": { - "globals": [ - "test", - "describe", - "it", - "expect", - "beforeEach", - "afterEach" + "env": [ + "mocha" ] } }